TapChief Screen Sharing
This Chrome extension is developed primary for https://tapchief.com/. It doesn't do anything except capture content of your screen.
Cos'è TapChief Screen Sharing?
TapChief Screen Sharing è un'estensione di Chrome sviluppata da https://www.tapchief.com, e la sua funzione principale è "This Chrome extension is developed primary for https://tapchief.com/. It doesn't do anything except capture content of your screen.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TapChief Screen Sharing
Scarica i file di estensione TapChief Screen Sharing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
| Nome | |
| ID | gldakbghopefnhcagpbhdocnopmmnbfp |
| URL Ufficiale | https://chromewebstore.google.com/detail/tapchief-screen-sharing/gldakbghopefnhcagpbhdocnopmmnbfp |
| Descrizione | This Chrome extension is developed primary for https://tapchief.com/. It doesn't do anything except capture content of your screen. |
| Dimensione del File | 20.55 KB |
| Conteggio Installazioni | 2,116 |
| Versione Corrente | 3.2 |
| Ultimo Aggiornamento | 2019-02-08 |
| Data di Pubblicazione | 2019-02-08 |
| Valutazione | 4.71/5 Totale 7 Valutazioni |
| Sviluppatore | https://www.tapchief.com |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
} | |