Screen Share for StarLeaf Click-to-Call
Enables screen share when using StarLeaf Click-to-Call on Chrome
Screen Share for StarLeaf Click-to-Call क्या है?
Screen Share for StarLeaf Click-to-Call https://starleaf.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enables screen share when using StarLeaf Click-to-Call on Chrome"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Screen Share for StarLeaf Click-to-Call एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
StarLeaf Click-to-Call allows you to dial any user in the StarLeaf Cloud from your browser. This extension lets you share your screen when using Google Chrome.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | dliccfbpegdcmlflaidhhnloeofgdnce |
आधिकारिक URL | https://chromewebstore.google.com/detail/screen-share-for-starleaf/dliccfbpegdcmlflaidhhnloeofgdnce |
विवरण | Enables screen share when using StarLeaf Click-to-Call on Chrome |
फ़ाइल का आकार | 9.94 KB |
स्थापना संख्या | 20,000 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2016-11-03 |
प्रकाशन तिथि | 2016-11-03 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://starleaf.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://support.starleaf.com/ |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "version": "1.0.0", "description": "__MSG_extDescription__", "icons": { "48": "icon_48.png", "128": "icon_128.png" }, "author": "StarLeaf ltd", "background": { "scripts": [ "background.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.starleaf.com\/*" ] }, "file_system_provider_capabilities": { "configurable": true, "multiple_mounts": true, "source": "network" }, "homepage_url": "https:\/\/www.starleaf.com", "minimum_chrome_version": "48", "permissions": [ "desktopCapture" ], "short_name": "__MSG_extShortName__", "default_locale": "en_US" } |