Canvas SimpleShare
Desktop Screen Sharing Client For Canvas CRS class devices.
Canvas SimpleShare क्या है?
Canvas SimpleShare Jupiter Systems द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Desktop Screen Sharing Client For Canvas CRS class devices."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Canvas SimpleShare एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
एक्सटेंशन की मूल जानकारी
नाम | Canvas SimpleShare |
ID | bagghogdobjiomkdaaaengkcebcpcljj |
आधिकारिक URL | https://chromewebstore.google.com/detail/canvas-simpleshare/bagghogdobjiomkdaaaengkcebcpcljj |
विवरण | Desktop Screen Sharing Client For Canvas CRS class devices. |
फ़ाइल का आकार | 24.73 KB |
स्थापना संख्या | 65 |
वर्तमान संस्करण | 2.0 |
अंतिम अपडेट | 2016-08-13 |
प्रकाशन तिथि | 2016-08-12 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Jupiter Systems |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.jupiter.com/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "Chad Lucas", "name": "Canvas SimpleShare", "short_name": "Canvas SimpleShare", "description": "Desktop Screen Sharing Client For Canvas CRS class devices.", "version": "2.0", "icons": { "128": "images\/CanvasSimpleShare128.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*\/crs", "https:\/\/*\/Crs", "https:\/\/*\/crs\/", "https:\/\/*\/Crs\/", "https:\/\/*\/SimpleShare", "https:\/\/*\/simpleshare", "https:\/\/*\/simpleShare", "https:\/\/*\/Simpleshare", "https:\/\/*\/SimpleShare\/", "https:\/\/*\/simpleshare\/", "https:\/\/*\/simpleShare\/", "https:\/\/*\/Simpleshare\/", "https:\/\/*\/mimic\/*", "https:\/\/*\/mimic?*", "https:\/\/*\/Mimic\/*", "https:\/\/*\/mimic", "https:\/\/*\/Mimic", "https:\/\/*\/mimic\/Index", "https:\/\/*\/mimic\/Index\/", "https:\/\/*\/Mimic\/Index", "https:\/\/*\/Mimic\/Index\/" ], "js": [ "content.js" ], "run_at": "document_end" } ], "permissions": [ "desktopCapture", "tabs", "webRequest", "https:\/\/*\/crs", "https:\/\/*\/Crs", "https:\/\/*\/crs\/", "https:\/\/*\/Crs\/", "https:\/\/*\/SimpleShare", "https:\/\/*\/simpleshare", "https:\/\/*\/simpleShare", "https:\/\/*\/Simpleshare", "https:\/\/*\/SimpleShare\/", "https:\/\/*\/simpleshare\/", "https:\/\/*\/simpleShare\/", "https:\/\/*\/Simpleshare\/", "https:\/\/*\/mimic\/*", "https:\/\/*\/mimic?*", "https:\/\/*\/Mimic\/*", "https:\/\/*\/mimic", "https:\/\/*\/Mimic", "https:\/\/*\/mimic\/Index", "https:\/\/*\/mimic\/Index\/", "https:\/\/*\/Mimic\/Index", "https:\/\/*\/Mimic\/Index\/" ] } |