Phone.com Screen Sharing
The extension allows you to share your screen.
Phone.com Screen Sharing क्या है?
Phone.com Screen Sharing https://video.phone.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The extension allows you to share your screen."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Phone.com Screen Sharing एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Installing the extension is required so you can share your screen.
एक्सटेंशन की मूल जानकारी
नाम | Phone.com Screen Sharing |
ID | blhhkfbffffbgablmhdchnmgcdejggon |
आधिकारिक URL | https://chromewebstore.google.com/detail/phonecom-screen-sharing/blhhkfbffffbgablmhdchnmgcdejggon |
विवरण | The extension allows you to share your screen. |
फ़ाइल का आकार | 64.34 KB |
स्थापना संख्या | 295 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2018-09-21 |
प्रकाशन तिथि | 2018-09-21 |
डेवलपर | https://video.phone.com |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://video.phone.com/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "name": "Phone.com Screen Sharing", "author": "Phone.com Inc.", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2", "manifest_version": 2, "minimum_chrome_version": "34", "description": "The extension allows you to share your screen.", "homepage_url": "https:\/\/meet.phone.com", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "matches": [ "https:\/\/*.phone.com\/*" ] } ], "icons": { "16": "phone-logo16.png", "48": "phone-logo48.png", "128": "phone-logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |