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ファイルをダウンロード

Automatio - Web Automation & Scraping拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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
}