TapChief Screen Sharing
This Chrome extension is developed primary for https://tapchief.com/. It doesn't do anything except capture content of your screen.
Co to jest TapChief Screen Sharing?
TapChief Screen Sharing to rozszerzenie Chrome opracowane przez https://www.tapchief.com, a jego główną funkcją jest „This Chrome extension is developed primary for https://tapchief.com/. It doesn't do anything except capture content of your screen.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia TapChief Screen Sharing
Pobierz pliki rozszerzeń TapChief Screen Sharing w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | gldakbghopefnhcagpbhdocnopmmnbfp |
| Oficjalny URL | https://chromewebstore.google.com/detail/tapchief-screen-sharing/gldakbghopefnhcagpbhdocnopmmnbfp |
| Opis | This Chrome extension is developed primary for https://tapchief.com/. It doesn't do anything except capture content of your screen. |
| Rozmiar pliku | 20.55 KB |
| Liczba instalacji | 2,116 |
| Aktualna Wersja | 3.2 |
| Ostatnia Aktualizacja | 2019-02-08 |
| Data Publikacji | 2019-02-08 |
| Ocena | 4.71/5 Łącznie 7 Oceny |
| Deweloper | https://www.tapchief.com |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
]
} | |