Streye Share Screen
Capture full-screen or specific application's screen on Streye Enterprise App
Streye Share Screen क्या है?
Streye Share Screen Streye द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Capture full-screen or specific application's screen on Streye Enterprise App"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Streye Share Screen एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Chrome extension that allows share screen on Streye Enterprise
एक्सटेंशन की मूल जानकारी
नाम | Streye Share Screen |
ID | gjhegehdlknldoomoahpohapckgfogcd |
आधिकारिक URL | https://chromewebstore.google.com/detail/streye-share-screen/gjhegehdlknldoomoahpohapckgfogcd |
विवरण | Capture full-screen or specific application's screen on Streye Enterprise App |
फ़ाइल का आकार | 7.23 KB |
स्थापना संख्या | 20 |
वर्तमान संस्करण | 2.2 |
अंतिम अपडेट | 2018-03-13 |
प्रकाशन तिथि | 2018-03-13 |
डेवलपर | Streye |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Streye Share Screen", "author": "Streye", "version": "2.2", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Capture full-screen or specific application's screen on Streye Enterprise App", "homepage_url": "https:\/\/www.streye.com", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/webapp-dev.streye.com\/*", "https:\/\/webapp-pre.streye.com\/*", "https:\/\/webapp.streye.com\/*" ] } ], "icons": { "48": "icon.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |