Automatio - Web Automation & Scraping

Automatio is most powerful web automation and data extraction tool.

Co to jest Automatio - Web Automation & Scraping?

Automatio - Web Automation & Scraping to rozszerzenie Chrome opracowane przez https://automatio.co, a jego główną funkcją jest „Automatio is most powerful web automation and data extraction tool.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Automatio - Web Automation & Scraping

Pobierz pliki rozszerzeń Automatio - Web Automation & Scraping w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Automatio - Web Automation & Scraping Automatio - Web Automation & Scraping
ID lpnjnnghkhakmcaoldkhejcflcicocda
Oficjalny URL https://chromewebstore.google.com/detail/automatio-web-automation/lpnjnnghkhakmcaoldkhejcflcicocda
Opis Automatio is most powerful web automation and data extraction tool.
Rozmiar pliku 1.69 MB
Liczba instalacji 7,656
Aktualna Wersja 3.10.5
Ostatnia Aktualizacja 2021-10-12
Data Publikacji 2021-10-12
Ocena 2.40/5 Łącznie 43 Oceny
Deweloper https://automatio.co
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://automatio.co
Adres URL Strony Pomocy https://support.automatio.co
Adres URL Strony Polityki Prywatności https://automatio.co/privacy
Obsługiwane Języki 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
}