WebConnect Screenshare Extension

WebConnect Screenshare Extension

Cos'è WebConnect Screenshare Extension?

WebConnect Screenshare Extension è un'estensione di Chrome sviluppata da https://connect.syntela.com, e la sua funzione principale è "WebConnect Screenshare Extension".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione WebConnect Screenshare Extension

Scarica i file di estensione WebConnect Screenshare Extension 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

                        Share your screen with Screenshare for Syntela WebConnect                    

Informazioni di Base sull'Estensione

Nome WebConnect Screenshare Extension WebConnect Screenshare Extension
ID jccnghfeobcbfenibcgfkcadhdnchegp
URL Ufficiale https://chromewebstore.google.com/detail/webconnect-screenshare-ex/jccnghfeobcbfenibcgfkcadhdnchegp
Descrizione WebConnect Screenshare Extension
Dimensione del File 31.69 KB
Conteggio Installazioni 1,396
Versione Corrente 1.0.5
Ultimo Aggiornamento 2019-07-15
Data di Pubblicazione 2019-07-15
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://connect.syntela.com
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.5",
    "version_name": "1.0.5",
    "author": "processo",
    "manifest_version": 2,
    "minimum_chrome_version": "53",
    "background": {
        "scripts": [
            "js\/background-script.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "js\/content-script.js"
            ],
            "matches": [
                "*:\/\/connect.syntela.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/connect.syntela.com\/*"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon22.png",
        "default_title": "WebConnect Screenshare Extension"
    },
    "icons": {
        "16": "images\/icon16.png",
        "22": "images\/icon22.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "system.cpu",
        "activeTab",
        "tabs",
        "desktopCapture",
        "*:\/\/connect.syntela.com\/*"
    ],
    "web_accessible_resources": [
        "images\/icon32.png",
        "js\/content-script.js",
        "js\/background-script.js"
    ]
}