TapChief Screen Sharing
This Chrome extension is developed primary for https://tapchief.com/. It doesn't do anything except capture content of your screen.
TapChief Screen Sharing क्या है?
TapChief Screen Sharing https://www.tapchief.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This Chrome extension is developed primary for https://tapchief.com/. It doesn't do anything except capture content of your screen."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TapChief Screen Sharing एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
एक्सटेंशन की मूल जानकारी
नाम | TapChief Screen Sharing |
ID | gldakbghopefnhcagpbhdocnopmmnbfp |
आधिकारिक URL | https://chromewebstore.google.com/detail/tapchief-screen-sharing/gldakbghopefnhcagpbhdocnopmmnbfp |
विवरण | This Chrome extension is developed primary for https://tapchief.com/. It doesn't do anything except capture content of your screen. |
फ़ाइल का आकार | 20.55 KB |
स्थापना संख्या | 2,116 |
वर्तमान संस्करण | 3.2 |
अंतिम अपडेट | 2019-02-08 |
प्रकाशन तिथि | 2019-02-08 |
रेटिंग | 4.71/5 कुल 7 रेटिंग्स |
डेवलपर | https://www.tapchief.com |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TapChief Screen Sharing", "author": "TapChief", "version": "3.2", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This Chrome extension is developed primary for https:\/\/tapchief.com\/. It doesn't do anything except capture content of your screen.", "homepage_url": "http:\/\/tapchief.com\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.tapchief.com\/*", "https:\/\/tapchief.com\/*", "https:\/\/stagingmentor.upgrad.com\/*", "https:\/\/stagingmentor1.upgrad.com\/*", "https:\/\/staging-frontend.tapchief.com\/*", "https:\/\/mentor.upgrad.com\/*", "https:\/\/192.168.1.104\/*", "https:\/\/127.0.0.1\/*", "https:\/\/0.0.0.0\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |