QuicklyChat Screen Sharing
This extension allows you to share your screen to quickly.chat
QuicklyChat Screen Sharing क्या है?
QuicklyChat Screen Sharing http://qqquickly.chat द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows you to share your screen to quickly.chat"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में QuicklyChat Screen Sharing एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension allows you to share your screen.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | dkmjjdaadpoolcnbcbomoiipifbghlke |
आधिकारिक URL | https://chrome.google.com/webstore/detail/quicklychat-screen-sharin/dkmjjdaadpoolcnbcbomoiipifbghlke |
विवरण | This extension allows you to share your screen to quickly.chat |
फ़ाइल का आकार | 8.86 KB |
स्थापना संख्या | 30 |
वर्तमान संस्करण | 2.0.1 |
अंतिम अपडेट | 2017-08-28 |
प्रकाशन तिथि | 2017-08-28 |
डेवलपर | http://qqquickly.chat |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://qqquickly.chat |
सहायता पृष्ठ URL | http://twitter.com/omnipresencehq |
समर्थित भाषाएँ | en |
manifest.json | |
{ "manifest_version": 2, "minimum_chrome_version": "34", "name": "QuicklyChat Screen Sharing", "short_name": "quickly.chat", "author": "quickly.chat", "version": "2.0.1", "description": "This extension allows you to share your screen to quickly.chat", "homepage_url": "https:\/\/qqquickly.chat\/", "offline_enabled": true, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": { "32": "icon32.png" } }, "icons": { "128": "icon128.png" }, "permissions": [ "desktopCapture" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/localhost:9009\/*" ] } ] } |