Automatio - Web Automation & Scraping

Automatio is most powerful web automation and data extraction tool.

Vad är Automatio - Web Automation & Scraping?

Automatio - Web Automation & Scraping är en Chrome-tillägg utvecklad av https://automatio.co, och dess huvudfunktion är "Automatio is most powerful web automation and data extraction tool.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Automatio - Web Automation & Scraping-förlängningens CRX-fil

Ladda ner Automatio - Web Automation & Scraping-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Automatio - Web Automation & Scraping Automatio - Web Automation & Scraping
ID lpnjnnghkhakmcaoldkhejcflcicocda
Officiell webbadress https://chromewebstore.google.com/detail/automatio-web-automation/lpnjnnghkhakmcaoldkhejcflcicocda
Beskrivning Automatio is most powerful web automation and data extraction tool.
Filstorlek 1.69 MB
Antal Installationer 7,656
Aktuell Version 3.10.5
Senast Uppdaterad 2021-10-12
Publiceringsdatum 2021-10-12
Betyg 2.40/5 Totalt 43 Betyg
Utvecklare https://automatio.co
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://automatio.co
Hjälpsida URL https://support.automatio.co
URL till Sekretesspolicy Sidan https://automatio.co/privacy
Stödda Språk 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
}