Automatio - Web Automation & Scraping

Automatio is most powerful web automation and data extraction tool.

Wat is Automatio - Web Automation & Scraping?

Automatio - Web Automation & Scraping is een Chrome-extensie ontwikkeld door https://automatio.co, en de belangrijkste functie is "Automatio is most powerful web automation and data extraction tool.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Automatio - Web Automation & Scraping

Download Automatio - Web Automation & Scraping-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Automatio - Web Automation & Scraping Automatio - Web Automation & Scraping
ID lpnjnnghkhakmcaoldkhejcflcicocda
Officiële URL https://chromewebstore.google.com/detail/automatio-web-automation/lpnjnnghkhakmcaoldkhejcflcicocda
Beschrijving Automatio is most powerful web automation and data extraction tool.
Bestandsgrootte 1.69 MB
Aantal Installaties 7,656
Huidige Versie 3.10.5
Laatst Bijgewerkt 2021-10-12
Publicatiedatum 2021-10-12
Beoordeling 2.40/5 Totaal 43 Beoordelingen
Ontwikkelaar https://automatio.co
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://automatio.co
Help Pagina-URL https://support.automatio.co
URL van de Privacybeleid Pagina https://automatio.co/privacy
Ondersteunde Talen 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
}