Chrome Remote Desktop Links
Make Chrome Remote Desktop show links rather than codes
Cos'è Chrome Remote Desktop Links?
Chrome Remote Desktop Links è un'estensione di Chrome sviluppata da jpenn, e la sua funzione principale è "Make Chrome Remote Desktop show links rather than codes".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Chrome Remote Desktop Links
Scarica i file di estensione Chrome Remote Desktop Links in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
You can make links that pre-fill the "Give Support" box in Chrome Remote Desktop. This makes it easier for you to give access to your computer to someone else who is unfamiliar with Chrome Remote Desktop. This extension causes the "Give Support" page to show these links rather than the codes. This is *NOT* an official extension.
Informazioni di Base sull'Estensione
Nome | Chrome Remote Desktop Links |
ID | ghmjkdfkjmclgnhiipapphippmgdbhhf |
URL Ufficiale | https://chromewebstore.google.com/detail/chrome-remote-desktop-lin/ghmjkdfkjmclgnhiipapphippmgdbhhf |
Descrizione | Make Chrome Remote Desktop show links rather than codes |
Dimensione del File | 11.37 KB |
Conteggio Installazioni | 625 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2021-01-29 |
Data di Pubblicazione | 2021-01-29 |
Sviluppatore | jpenn |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chrome Remote Desktop Links", "version": "0.1", "description": "Make Chrome Remote Desktop show links rather than codes", "permissions": [ "https:\/\/remotedesktop.google.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/remotedesktop.google.com\/*" ], "js": [ "contentScript.js" ] } ], "icons": { "16": "icon16.png", "24": "icon24.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" } } |