Automatio - Web Automation & Scraping

Automatio is most powerful web automation and data extraction tool.

Что такое Automatio - Web Automation & Scraping?

Automatio - Web Automation & Scraping - это расширение Chrome, разработанное https://automatio.co, и его основная функция - "Automatio is most powerful web automation and data extraction tool.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Automatio - Web Automation & Scraping

Скачайте файлы расширений Automatio - Web Automation & Scraping в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Automatio - Web Automation & Scraping Automatio - Web Automation & Scraping
ID lpnjnnghkhakmcaoldkhejcflcicocda
Официальный URL https://chromewebstore.google.com/detail/automatio-web-automation/lpnjnnghkhakmcaoldkhejcflcicocda
Описание Automatio is most powerful web automation and data extraction tool.
Размер файла 1.69 MB
Количество установок 7,656
Текущая Версия 3.10.5
Последнее Обновление 2021-10-12
Дата публикации 2021-10-12
Рейтинг 2.40/5 Всего 43 оценок
Разработчик https://automatio.co
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://automatio.co
URL страницы помощи https://support.automatio.co
URL страницы политики конфиденциальности https://automatio.co/privacy
Поддерживаемые языки 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
}