WinTask x64

WinTask component browser automation

WinTask x64란 무엇입니까?

WinTask x64은(는) https://www.wintask.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "WinTask component browser automation"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

WinTask x64 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
        }
    ]
}