Chrome Remote Desktop Links
Make Chrome Remote Desktop show links rather than codes
Chrome Remote Desktop Links क्या है?
Chrome Remote Desktop Links jpenn द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make Chrome Remote Desktop show links rather than codes"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Chrome Remote Desktop Links एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Chrome Remote Desktop Links |
ID | ghmjkdfkjmclgnhiipapphippmgdbhhf |
आधिकारिक URL | https://chromewebstore.google.com/detail/chrome-remote-desktop-lin/ghmjkdfkjmclgnhiipapphippmgdbhhf |
विवरण | Make Chrome Remote Desktop show links rather than codes |
फ़ाइल का आकार | 11.37 KB |
स्थापना संख्या | 625 |
वर्तमान संस्करण | 0.1 |
अंतिम अपडेट | 2021-01-29 |
प्रकाशन तिथि | 2021-01-29 |
डेवलपर | jpenn |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" } } |