TapChief Screen Sharing

This Chrome extension is developed primary for https://tapchief.com/. It doesn't do anything except capture content of your screen.

Apa itu TapChief Screen Sharing?

TapChief Screen Sharing adalah ekstensi Chrome yang dikembangkan oleh https://www.tapchief.com, dan fitur utamanya adalah "This Chrome extension is developed primary for https://tapchief.com/. It doesn't do anything except capture content of your screen.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi TapChief Screen Sharing

Unduh file ekstensi TapChief Screen Sharing dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama TapChief Screen Sharing TapChief Screen Sharing
ID gldakbghopefnhcagpbhdocnopmmnbfp
URL Resmi https://chromewebstore.google.com/detail/tapchief-screen-sharing/gldakbghopefnhcagpbhdocnopmmnbfp
Deskripsi This Chrome extension is developed primary for https://tapchief.com/. It doesn't do anything except capture content of your screen.
Ukuran File 20.55 KB
Jumlah Instalasi 2,116
Versi Saat Ini 3.2
Terakhir Diperbarui 2019-02-08
Tanggal Publikasi 2019-02-08
Penilaian 4.71/5 Total 7 Penilaian
Pengembang https://www.tapchief.com
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}