Data Scrapper

This extension will Scrape Asins from Amazon Search Results & StoreFront.

Data Scrapper क्या है?

Data Scrapper Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will Scrape Asins from Amazon Search Results & StoreFront."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Data Scrapper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Extension for Google Chrome ™ that allows the extraction of information from Web Pages.
Data Scrapper is an extension developed by NerdzPlanet Team for Google Chrome ™ that allows the extraction of information.                    

एक्सटेंशन की मूल जानकारी

नाम Data Scrapper Data Scrapper
ID jlipjjlbnogejmanaplfhbacgbgcdopg
आधिकारिक URL https://chromewebstore.google.com/detail/data-scrapper/jlipjjlbnogejmanaplfhbacgbgcdopg
विवरण This extension will Scrape Asins from Amazon Search Results & StoreFront.
फ़ाइल का आकार 248 KB
स्थापना संख्या 364
वर्तमान संस्करण 1.5.1
अंतिम अपडेट 2020-05-06
प्रकाशन तिथि 2020-05-06
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर Unknown
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://mydatascraper.com/
सहायता पृष्ठ URL http://mydatascraper.com/
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Data Scrapper",
    "version": "1.5.1",
    "description": "This extension will Scrape Asins from Amazon Search Results & StoreFront.",
    "manifest_version": 2,
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.com\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "https:\/\/www.amazon.com\/*",
        "http:\/\/mydatascraper.com\/functions\/"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    }
}