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
}