Automatio - Web Automation & Scraping

Automatio is most powerful web automation and data extraction tool.

Qu'est-ce que Automatio - Web Automation & Scraping ?

Automatio - Web Automation & Scraping est une extension Chrome développée par https://automatio.co, et sa fonction principale est "Automatio is most powerful web automation and data extraction tool.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Automatio - Web Automation & Scraping

Téléchargez les fichiers d'extension Automatio - Web Automation & Scraping au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Automatio - Web Automation & Scraping Automatio - Web Automation & Scraping
ID lpnjnnghkhakmcaoldkhejcflcicocda
URL Officiel https://chromewebstore.google.com/detail/automatio-web-automation/lpnjnnghkhakmcaoldkhejcflcicocda
Description Automatio is most powerful web automation and data extraction tool.
Taille du Fichier 1.69 MB
Nombre d'Installations 7,656
Version Actuelle 3.10.5
Dernière Mise à Jour 2021-10-12
Date de Publication 2021-10-12
Évaluation 2.40/5 Total 43 Évaluations
Développeur https://automatio.co
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://automatio.co
URL de la Page d'Aide https://support.automatio.co
URL de la Page de Politique de Confidentialité https://automatio.co/privacy
Langues Prises en Charge 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
}