WinTask Browser Automation

WinTask component browser automation. This extension is used by WinTask software. It's not intended to be used as standalone!

Cos'è WinTask Browser Automation?

WinTask Browser Automation è un'estensione di Chrome sviluppata da WinTask Dev Team, e la sua funzione principale è "WinTask component browser automation. This extension is used by WinTask software. It's not intended to be used as standalone!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione WinTask Browser Automation

Scarica i file di estensione WinTask Browser Automation 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

                        WinTask component browser automation.
This extension is to be used in conjugation with WinTask software, it allows the WinTask software to communicate with the browser in order to execute multiple actions like writing and clicking html elements.
It's not intended to be used as standalone extension!                    

Informazioni di Base sull'Estensione

Nome WinTask Browser Automation WinTask Browser Automation
ID khaocdcbgnfgfoiplkbdaappfcdldgeb
URL Ufficiale https://chromewebstore.google.com/detail/wintask-browser-automatio/khaocdcbgnfgfoiplkbdaappfcdldgeb
Descrizione WinTask component browser automation. This extension is used by WinTask software. It's not intended to be used as standalone!
Dimensione del File 112 KB
Conteggio Installazioni 110
Versione Corrente 7.1.115
Ultimo Aggiornamento 2023-03-09
Data di Pubblicazione 2023-03-08
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore WinTask Dev Team
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://wintask.net
URL della Pagina di Aiuto https://wintask.net/contact-support/
URL della Pagina della Politica sulla Privacy https://wintask.net/privacy-policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "WinTask Browser Automation",
    "version": "7.1.115",
    "description": "WinTask component browser automation. This extension is used by WinTask software. It's not intended to be used as standalone!",
    "icons": {
        "16": "wintask_16.png",
        "48": "wintask_48.png",
        "128": "wintask_128.png",
        "256": "wintask_256.png"
    },
    "permissions": [
        "nativeMessaging",
        "tabs",
        "cookies",
        "webNavigation",
        "webRequest",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "BackgroundService.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "js": [
                "WTConst.js",
                "WTTrace.js",
                "WTDocList.js",
                "WTCustomId.js",
                "WTTools.js",
                "WTTagAttrs.js",
                "WTDescriptor.js",
                "WTRecorder.js"
            ],
            "all_frames": true
        }
    ]
}