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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ https://scrapeall.io/submit-ticket/
URL หน้านโยบายความเป็นส่วนตัว 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"
            ]
        }
    ]
}