Chrome Remote Desktop Links
Make Chrome Remote Desktop show links rather than codes
Qu'est-ce que Chrome Remote Desktop Links ?
Chrome Remote Desktop Links est une extension Chrome développée par jpenn, et sa fonction principale est "Make Chrome Remote Desktop show links rather than codes".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Chrome Remote Desktop Links
Téléchargez les fichiers d'extension Chrome Remote Desktop Links au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Chrome Remote Desktop Links |
ID | ghmjkdfkjmclgnhiipapphippmgdbhhf |
URL Officiel | https://chromewebstore.google.com/detail/chrome-remote-desktop-lin/ghmjkdfkjmclgnhiipapphippmgdbhhf |
Description | Make Chrome Remote Desktop show links rather than codes |
Taille du Fichier | 11.37 KB |
Nombre d'Installations | 625 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2021-01-29 |
Date de Publication | 2021-01-29 |
Développeur | jpenn |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |