Scrape All

Scrape all web data mapping extension.

ما هو Scrape All؟

Scrape All هو إضافة Chrome تم تطويرها بواسطة https://scrapeall.io، والميزة الرئيسية لها هي "Scrape all web data mapping extension.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Scrape All

قم بتنزيل ملفات الامتداد Scrape All بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Web data scraping was never more simple. Map desired site data position with ScrapeAll chrome web browser extension and start data recovery automation using our customizable scraping solution.

Read more about our automated web data scraping solution on https://scrapeall.io and get started for free.                    

معلومات أساسية عن التمديد

الاسم Scrape All Scrape All
ID niameellfhaeibjoeamhnojpfenglead
عنوان URL الرسمي https://chromewebstore.google.com/detail/scrape-all/niameellfhaeibjoeamhnojpfenglead
الوصف Scrape all web data mapping extension.
حجم الملف 773 KB
عدد التثبيتات 302
النسخة الحالية 0.2
آخر تحديث 2021-04-18
تاريخ النشر 2021-03-31
تقييم 5.00/5 مجموع تقييمات 1
المطور https://scrapeall.io
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://scrapeall.io
عنوان صفحة المساعدة https://scrapeall.io/submit-ticket/
عنوان صفحة سياسة الخصوصية https://vamsy.tech/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Scrape All",
    "description": "Scrape all web data mapping extension.",
    "version": "0.2",
    "background": {
        "scripts": [
            "background.bundle.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "browser_action": {
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "exclude_matches": [
                "https:\/\/localhost\/*",
                "http:\/\/localhost\/*",
                "https:\/\/*.google.com\/*",
                "https:\/\/*.scrapeall.io\/*",
                "https:\/\/twitter.com\/*",
                "https:\/\/youtube.com\/*",
                "https:\/\/ant.design\/*"
            ],
            "matches": [
                ""
            ],
            "js": [
                "content-script.bundle.js"
            ]
        }
    ]
}