24HourAnswers whiteboard screen sharing
Enables screen sharing from the whiteboard on 24HourAnswers.com
24HourAnswers whiteboard screen sharing क्या है?
24HourAnswers whiteboard screen sharing http://www.24houranswers.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enables screen sharing from the whiteboard on 24HourAnswers.com"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में 24HourAnswers whiteboard screen sharing एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This app enables screen sharing in the whiteboard found on 24HourAnswers.com
एक्सटेंशन की मूल जानकारी
नाम | |
ID | cngccmhpnjalabkhjkmoidaojddidfng |
आधिकारिक URL | https://chrome.google.com/webstore/detail/24houranswers-whiteboard/cngccmhpnjalabkhjkmoidaojddidfng |
विवरण | Enables screen sharing from the whiteboard on 24HourAnswers.com |
फ़ाइल का आकार | 24.26 KB |
स्थापना संख्या | 170 |
वर्तमान संस्करण | 1.0.3 |
अंतिम अपडेट | 2015-09-15 |
प्रकाशन तिथि | 2015-09-15 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | http://www.24houranswers.com |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.24houranswers.com/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "24HourAnswers whiteboard screen sharing", "description": "Enables screen sharing from the whiteboard on 24HourAnswers.com", "version": "1.0.3", "manifest_version": 2, "permissions": [ "desktopCapture" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.24houranswers.com\/*", "*:\/\/*.collegetutoronline.com\/*" ], "js": [ "content.js" ] } ], "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "externally_connectable": { "matches": [ "*:\/\/*.24houranswers.com\/*", "*:\/\/*.collegetutoronline.com\/*" ] } } |