TwentyThree Screen Sharing
Allow live streaming, screen sharing and video recording with TwentyThree.
TwentyThree Screen Sharing क्या है?
TwentyThree Screen Sharing http://twentythree.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allow live streaming, screen sharing and video recording with TwentyThree."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TwentyThree Screen Sharing एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Allow live streaming, screen sharing and video recording with TwentyThree.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ajmipkkmbibiinbmiflnhmndagpdklof |
आधिकारिक URL | https://chrome.google.com/webstore/detail/twentythree-screen-sharin/ajmipkkmbibiinbmiflnhmndagpdklof |
विवरण | Allow live streaming, screen sharing and video recording with TwentyThree. |
फ़ाइल का आकार | 11.68 KB |
स्थापना संख्या | 76 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2017-12-19 |
प्रकाशन तिथि | 2017-12-19 |
रेटिंग | 4.00/5 कुल 1 रेटिंग्स |
डेवलपर | http://twentythree.net |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.twentythree.net |
सहायता पृष्ठ URL | https://www.twentythree.net/help |
गोपनीयता नीति पृष्ठ URL | https://www.twentythree.net/terms |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TwentyThree Screen Sharing", "description": "Allow live streaming, screen sharing and video recording with TwentyThree.", "author": "TwentyThree.", "version": "1.2", "manifest_version": 2, "minimum_chrome_version": "34", "homepage_url": "https:\/\/www.twentythree.net\/", "background": { "scripts": [ "background.js" ] }, "externally_connectable": { "matches": [ "https:\/\/*.videomarketingplatform.co\/*", "https:\/\/*.23video.com\/*", "http:\/\/localhost:8080\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture", "tabs" ], "web_accessible_resources": [ "icon.png" ] } |