Scrape All

Scrape all web data mapping extension.

Scrape All क्या है?

Scrape All https://scrapeall.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Scrape all web data mapping extension."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Scrape All एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ 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"
            ]
        }
    ]
}