Automatio - Web Automation & Scraping

Automatio is most powerful web automation and data extraction tool.

Automatio - Web Automation & Scraping란 무엇입니까?

Automatio - Web Automation & Scraping은(는) https://automatio.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatio is most powerful web automation and data extraction tool."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Automatio - Web Automation & Scraping 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Automatio is web automation & scraping tool which give you ability automate, create bot or extract data from any website and all that without writing a single line of code.                    

확장 프로그램 기본 정보

이름 Automatio - Web Automation & Scraping Automatio - Web Automation & Scraping
ID lpnjnnghkhakmcaoldkhejcflcicocda
공식 URL https://chromewebstore.google.com/detail/automatio-web-automation/lpnjnnghkhakmcaoldkhejcflcicocda
설명 Automatio is most powerful web automation and data extraction tool.
파일 크기 1.69 MB
설치 횟수 7,656
현재 버전 3.10.5
최근 업데이트 2021-10-12
출시 날짜 2021-10-12
평점 2.40/5 총 43 개의 평점
개발자 https://automatio.co
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://automatio.co
도움말 페이지 URL https://support.automatio.co
개인정보 보호 정책 페이지 URL https://automatio.co/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Automatio - Web Automation & Scraping",
    "version": "3.10.5",
    "short_name": "automatio",
    "description": "Automatio is most powerful web automation and data extraction tool.",
    "icons": {
        "128": "img\/logo.prod.png"
    },
    "permissions": [
        "tabs",
        "cookies",
        "*:\/\/*\/"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "js": [
                "js\/content-script.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "match_about_blank": true,
            "js": [
                "js\/frame-script.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "img\/logo.prod.png"
    },
    "web_accessible_resources": [
        "*.png",
        "*.ttf",
        "*.eot",
        "*.woff",
        "*.woff2",
        "*.svg",
        "js\/driver.js"
    ],
    "offline_enabled": true
}