mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-26 13:19:23 +01:00
chromium policy: add Chrome Remote Desktop
This commit is contained in:
parent
be8e2d655e
commit
0729b8b681
@ -18,6 +18,7 @@
|
|||||||
- [Privacy Manager](#privacy-manager)
|
- [Privacy Manager](#privacy-manager)
|
||||||
- [Terms of Service; Didn't Read](#terms-of-service-didnt-read)
|
- [Terms of Service; Didn't Read](#terms-of-service-didnt-read)
|
||||||
- [Fedora User Agent](#fedora-user-agent)
|
- [Fedora User Agent](#fedora-user-agent)
|
||||||
|
- [Chrome Remote Desktop](#chrome-remote-desktop)
|
||||||
- [Bias Finder](#bias-finder)
|
- [Bias Finder](#bias-finder)
|
||||||
- [Snowflake](#snowflake)
|
- [Snowflake](#snowflake)
|
||||||
- [AdNauseam](#adnauseam)
|
- [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
|
Communicates websites that Ubuntu isn't the only Linux distribution and makes
|
||||||
some offer rpm packages directly.
|
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)
|
### [Bias Finder](https://chromewebstore.google.com/detail/jojjlkfeofgcjeanbpghcapjcccbakop)
|
||||||
|
|
||||||
Political bias of English language media sites powered by allsides.com
|
Political bias of English language media sites powered by allsides.com
|
||||||
|
@ -79,6 +79,12 @@
|
|||||||
"toolbar_pin": "default_unpinned",
|
"toolbar_pin": "default_unpinned",
|
||||||
"update_url": "https://clients2.google.com/service/update2/crx"
|
"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": {
|
"jojjlkfeofgcjeanbpghcapjcccbakop": {
|
||||||
"installation_mode": "normal_installed",
|
"installation_mode": "normal_installed",
|
||||||
"override_update_url": true,
|
"override_update_url": true,
|
||||||
|
Loading…
Reference in New Issue
Block a user