WinTask x64

WinTask component browser automation

什么是WinTask x64?

WinTask x64是由https://www.wintask.com开发的Chrome扩展程序,该扩展的主要功能是“WinTask component browser automation”。

扩展截图

screenshot
screenshot

下载WinTask x64扩展crx文件

下载WinTask x64扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 WinTask x64 WinTask x64
ID dcgokppmeijgohpfplahjchiiaelhild
官方URL https://chromewebstore.google.com/detail/wintask-x64/dcgokppmeijgohpfplahjchiiaelhild
简介 WinTask component browser automation
文件大小 76.49 KB
安装次数 2,162
当前版本 6.0.2101
更新时间 2019-10-03
上架时间 2019-10-03
评分 3.20/5 共10次评分
开发者 https://www.wintask.com
付费类型 free
帮助页面URL http://www.wintask.com/support
支持的语言 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
        }
    ]
}