Automatio - Web Automation & Scraping

Automatio is most powerful web automation and data extraction tool.

Was ist Automatio - Web Automation & Scraping?

Automatio - Web Automation & Scraping ist eine Chrome-Erweiterung, die von https://automatio.co entwickelt wurde, und ihr Hauptmerkmal ist "Automatio is most powerful web automation and data extraction tool.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Automatio - Web Automation & Scraping-Erweiterungs-CRX-Datei herunterladen

Laden Sie Automatio - Web Automation & Scraping-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Automatio - Web Automation & Scraping Automatio - Web Automation & Scraping
ID lpnjnnghkhakmcaoldkhejcflcicocda
Offizielle URL https://chromewebstore.google.com/detail/automatio-web-automation/lpnjnnghkhakmcaoldkhejcflcicocda
Beschreibung Automatio is most powerful web automation and data extraction tool.
Dateigröße 1.69 MB
Installationsanzahl 7,656
Aktuelle Version 3.10.5
Letztes Update 2021-10-12
Veröffentlichungsdatum 2021-10-12
Bewertung 2.40/5 Insgesamt 43 Bewertungen
Entwickler https://automatio.co
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://automatio.co
Hilfeseite URL https://support.automatio.co
URL der Datenschutzrichtlinien-Seite https://automatio.co/privacy
Unterstützte Sprachen 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
}