WinTask x64

WinTask component browser automation

Cos'è WinTask x64?

WinTask x64 è un'estensione di Chrome sviluppata da https://www.wintask.com, e la sua funzione principale è "WinTask component browser automation".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione WinTask x64

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

                        Automate your browser navigation using WinTask Chrome extension. Fill web forms automatically and extract data from web pages using WinTask Chrome extension.                    

Informazioni di Base sull'Estensione

Nome WinTask x64 WinTask x64
ID dcgokppmeijgohpfplahjchiiaelhild
URL Ufficiale https://chromewebstore.google.com/detail/wintask-x64/dcgokppmeijgohpfplahjchiiaelhild
Descrizione WinTask component browser automation
Dimensione del File 76.49 KB
Conteggio Installazioni 2,162
Versione Corrente 6.0.2101
Ultimo Aggiornamento 2019-10-03
Data di Pubblicazione 2019-10-03
Valutazione 3.20/5 Totale 10 Valutazioni
Sviluppatore https://www.wintask.com
Tipo di Pagamento free
URL della Pagina di Aiuto http://www.wintask.com/support
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WinTask x64",
    "version": "6.0.2101",
    "description": "WinTask component browser automation",
    "icons": {
        "16": "wintask_16.png",
        "48": "wintask_48.png",
        "128": "wintask_128.png"
    },
    "background": {
        "scripts": [
            "WTConst.js",
            "WTTrace.js",
            "WTTools.js",
            "Background.js"
        ]
    },
    "permissions": [
        "nativeMessaging",
        "tabs",
        "cookies",
        "webNavigation",
        "webRequest",
        ""
    ],
    "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
        }
    ]
}