Attendedbyhumans Screen sharing

Screensharing utility for Attendedbyhumans

Apa itu Attendedbyhumans Screen sharing?

Attendedbyhumans Screen sharing adalah ekstensi Chrome yang dikembangkan oleh TELEPORTEL EUROPE N.V, dan fitur utamanya adalah "Screensharing utility for Attendedbyhumans".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Attendedbyhumans Screen sharing

Unduh file ekstensi Attendedbyhumans 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

                        Desktop presentation extension for Google Chrome and Google Canary. You can also share your screen without extensions from our applications. Visit: http://www.teleportel.com for more informations.                    

Informasi Dasar Ekstensi

Nama Attendedbyhumans Screen sharing Attendedbyhumans Screen sharing
ID hkndidoemjacpfbaajpanoopddldlhaj
URL Resmi https://chromewebstore.google.com/detail/attendedbyhumans-screen-s/hkndidoemjacpfbaajpanoopddldlhaj
Deskripsi Screensharing utility for Attendedbyhumans
Ukuran File 15.71 KB
Jumlah Instalasi 29
Versi Saat Ini 4.0.0
Terakhir Diperbarui 2017-12-15
Tanggal Publikasi 2017-12-14
Pengembang TELEPORTEL EUROPE N.V
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.teleportel.com/user-agreement
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Attendedbyhumans Screen sharing",
    "author": "Shamun Toha",
    "description": "Screensharing utility for Attendedbyhumans",
    "homepage_url": "https:\/\/www.attendedbyhumans.com\/",
    "version": "4.0.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.attendedbyhumans.com\/*",
                "*:\/\/*.teleportel.com\/*",
                "*:\/\/*.telepresencetech.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}