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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://support.automatio.co
عنوان صفحة سياسة الخصوصية 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
}