Automatio - Web Automation & Scraping

Automatio is most powerful web automation and data extraction tool.

Apa itu Automatio - Web Automation & Scraping?

Automatio - Web Automation & Scraping adalah ekstensi Chrome yang dikembangkan oleh https://automatio.co, dan fitur utamanya adalah "Automatio is most powerful web automation and data extraction tool.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Automatio - Web Automation & Scraping

Unduh file ekstensi Automatio - Web Automation & Scraping dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Automatio - Web Automation & Scraping Automatio - Web Automation & Scraping
ID lpnjnnghkhakmcaoldkhejcflcicocda
URL Resmi https://chromewebstore.google.com/detail/automatio-web-automation/lpnjnnghkhakmcaoldkhejcflcicocda
Deskripsi Automatio is most powerful web automation and data extraction tool.
Ukuran File 1.69 MB
Jumlah Instalasi 7,656
Versi Saat Ini 3.10.5
Terakhir Diperbarui 2021-10-12
Tanggal Publikasi 2021-10-12
Penilaian 2.40/5 Total 43 Penilaian
Pengembang https://automatio.co
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://automatio.co
URL Halaman Bantuan https://support.automatio.co
URL Halaman Kebijakan Privasi https://automatio.co/privacy
Bahasa yang Didukung 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
}