diff --git a/etc/opt/chromium/policies/managed/README.md b/etc/opt/chromium/policies/managed/README.md index d199d7b..1133623 100644 --- a/etc/opt/chromium/policies/managed/README.md +++ b/etc/opt/chromium/policies/managed/README.md @@ -18,6 +18,7 @@ - [Privacy Manager](#privacy-manager) - [Terms of Service; Didn't Read](#terms-of-service-didnt-read) - [Fedora User Agent](#fedora-user-agent) + - [Chrome Remote Desktop](#chrome-remote-desktop) - [Bias Finder](#bias-finder) - [Snowflake](#snowflake) - [AdNauseam](#adnauseam) @@ -122,6 +123,17 @@ incognito is disabled (which again is not great idea for quick guest access?) Communicates websites that Ubuntu isn't the only Linux distribution and makes some offer rpm packages directly. +### [Chrome Remote Desktop](https://chrome.google.com/webstore/detail/inomeogfingihgjfjlpeplalcfajhgai) + +- `inomeogfingihgjfjlpeplalcfajhgai` + +Remote support integrated to Chrome. + +The additional component is: + +- Debian: `https://dl.google.com/linux/direct/chrome-remote-desktop_current_amd64.deb` +- Others: _unsupported_ + ### [Bias Finder](https://chromewebstore.google.com/detail/jojjlkfeofgcjeanbpghcapjcccbakop) Political bias of English language media sites powered by allsides.com diff --git a/etc/opt/chromium/policies/managed/aminda-extensions.json b/etc/opt/chromium/policies/managed/aminda-extensions.json index fd0ac23..ab37b3e 100644 --- a/etc/opt/chromium/policies/managed/aminda-extensions.json +++ b/etc/opt/chromium/policies/managed/aminda-extensions.json @@ -79,6 +79,12 @@ "toolbar_pin": "default_unpinned", "update_url": "https://clients2.google.com/service/update2/crx" }, + "inomeogfingihgjfjlpeplalcfajhgai": { + "installation_mode": "normal_installed", + "override_update_url": true, + "toolbar_pin": "default_unpinned", + "update_url": "https://clients2.google.com/service/update2/crx" + }, "jojjlkfeofgcjeanbpghcapjcccbakop": { "installation_mode": "normal_installed", "override_update_url": true,