Chrome Remote Desktop Links
Make Chrome Remote Desktop show links rather than codes
Wat is Chrome Remote Desktop Links?
Chrome Remote Desktop Links is een Chrome-extensie ontwikkeld door jpenn, en de belangrijkste functie is "Make Chrome Remote Desktop show links rather than codes".
Extensie Screenshots
Download het CRX-bestand van de extensie Chrome Remote Desktop Links
Download Chrome Remote Desktop Links-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Chrome Remote Desktop Links |
ID | ghmjkdfkjmclgnhiipapphippmgdbhhf |
Officiële URL | https://chromewebstore.google.com/detail/chrome-remote-desktop-lin/ghmjkdfkjmclgnhiipapphippmgdbhhf |
Beschrijving | Make Chrome Remote Desktop show links rather than codes |
Bestandsgrootte | 11.37 KB |
Aantal Installaties | 625 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2021-01-29 |
Publicatiedatum | 2021-01-29 |
Ontwikkelaar | jpenn |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |