TapChief Screen Sharing
This Chrome extension is developed primary for https://tapchief.com/. It doesn't do anything except capture content of your screen.
What is TapChief Screen Sharing?
TapChief Screen Sharing is a Chrome extension developed by https://www.tapchief.com, and its main feature is "This Chrome extension is developed primary for https://tapchief.com/. It doesn't do anything except capture content of your screen.".
Extension Screenshots
Download TapChief Screen Sharing Extension CRX File
Download TapChief Screen Sharing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | TapChief Screen Sharing |
ID | gldakbghopefnhcagpbhdocnopmmnbfp |
Official URL | https://chromewebstore.google.com/detail/tapchief-screen-sharing/gldakbghopefnhcagpbhdocnopmmnbfp |
Description | This Chrome extension is developed primary for https://tapchief.com/. It doesn't do anything except capture content of your screen. |
File Size | 20.55 KB |
Installation Count | 2,116 |
Current Version | 3.2 |
Last Updated | 2019-02-08 |
Publish Date | 2019-02-08 |
Rating | 4.71/5 Total 7 Ratings |
Developer | https://www.tapchief.com |
Payment Type | free |
Supported Languages | 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" ] } |