TapChief Screen Sharing
This Chrome extension is developed primary for https://tapchief.com/. It doesn't do anything except capture content of your screen.
Qu'est-ce que TapChief Screen Sharing ?
TapChief Screen Sharing est une extension Chrome développée par https://www.tapchief.com, et sa fonction principale est "This Chrome extension is developed primary for https://tapchief.com/. It doesn't do anything except capture content of your screen.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension TapChief Screen Sharing
Téléchargez les fichiers d'extension TapChief Screen Sharing au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Informations de Base sur l'Extension
Nom | TapChief Screen Sharing |
ID | gldakbghopefnhcagpbhdocnopmmnbfp |
URL Officiel | 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. |
Taille du Fichier | 20.55 KB |
Nombre d'Installations | 2,116 |
Version Actuelle | 3.2 |
Dernière Mise à Jour | 2019-02-08 |
Date de Publication | 2019-02-08 |
Évaluation | 4.71/5 Total 7 Évaluations |
Développeur | https://www.tapchief.com |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |