Automatio - Web Automation & Scraping

Automatio is most powerful web automation and data extraction tool.

Automatio - Web Automation & Scraping là gì?

Automatio - Web Automation & Scraping là một tiện ích mở rộng Chrome được phát triển bởi https://automatio.co, và tính năng chính của nó là "Automatio is most powerful web automation and data extraction tool.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Automatio - Web Automation & Scraping

Tải xuống các tệp mở rộng Automatio - Web Automation & Scraping dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Automatio - Web Automation & Scraping Automatio - Web Automation & Scraping
ID lpnjnnghkhakmcaoldkhejcflcicocda
URL Chính Thức https://chromewebstore.google.com/detail/automatio-web-automation/lpnjnnghkhakmcaoldkhejcflcicocda
Mô tả Automatio is most powerful web automation and data extraction tool.
Kích Thước Tệp 1.69 MB
Số Lần Cài Đặt 7,656
Phiên Bản Hiện Tại 3.10.5
Cập Nhật Lần Cuối 2021-10-12
Ngày Phát Hành 2021-10-12
Đánh Giá 2.40/5 Tổng số 43 Đánh Giá
Nhà Phát Triển https://automatio.co
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://automatio.co
URL Trang Trợ Giúp https://support.automatio.co
URL Trang Chính Sách Bảo Mật https://automatio.co/privacy
Ngôn Ngữ Được Hỗ Trợ 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
}