Scrape It Extension

Scrape It Products Importer Extension for Chrome

Scrape It Extension क्या है?

Scrape It Extension arielsandersemail द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Scrape It Products Importer Extension for Chrome"।

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

screenshot

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

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

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

                        Import and sync products from Amazon to your ScrapeIt .site

Looking for products to sell online? Discover millions of products and add them to your ScrapeIt store with ScrapeIt Chrome Extension. 
ScrapeIt allows you to find trending products to sell online, add them to your ScrapeIt store, and start selling today. 

You’ll never need to worry about packaging or shipping. Instead, worry about things that matter – making sales and growing your business. 

ScrapeIt's Chrome Extension simplifies the entire process. Import products with just one click, and fulfill orders with ease.                    

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

नाम Scrape It Extension Scrape It Extension
ID ajneblahkhibkepnggdkhnikcpoenppp
आधिकारिक URL https://chromewebstore.google.com/detail/scrape-it-extension/ajneblahkhibkepnggdkhnikcpoenppp
विवरण Scrape It Products Importer Extension for Chrome
फ़ाइल का आकार 30.03 MB
स्थापना संख्या 162
वर्तमान संस्करण 0.9.2
अंतिम अपडेट 2022-07-13
प्रकाशन तिथि 2021-06-11
डेवलपर arielsandersemail
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://scrapeit.cloud
सहायता पृष्ठ URL https://softsengine.zendesk.com
गोपनीयता नीति पृष्ठ URL https://streamstore.net/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scrape It Extension",
    "version": "0.9.2",
    "description": "Scrape It Products Importer Extension for Chrome",
    "manifest_version": 2,
    "icons": {
        "128": "images\/icons\/icon_128.png",
        "90": "images\/icons\/icon_90.png",
        "48": "images\/icons\/icon_48.png",
        "32": "images\/icons\/icon_32.png",
        "24": "images\/icons\/icon_24.png",
        "16": "images\/icons\/icon_16.png"
    },
    "browser_action": {
        "default_icon": "images\/icons\/icon_90.png",
        "default_title": "Scrape It Products Importer Extension",
        "default_popup": "templates\/options.html"
    },
    "options_page": "templates\/options.html",
    "options_ui": {
        "page": "templates\/options.html",
        "chrome_style": true
    },
    "web_accessible_resources": [
        "templates\/importer.html",
        "images\/icons\/*.*",
        "css\/style.css",
        "css\/font-awesome.css",
        "fonts\/*.woff",
        "fonts\/*.eot",
        "fonts\/*.svg",
        "fonts\/*.ttf",
        "fonts\/*.woff2"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/lib\/jquery-3.1.1.js",
                "js\/lib\/jquery-ui.js",
                "js\/content.js"
            ],
            "css": [
                "css\/style.css",
                "css\/font-awesome.css"
            ]
        }
    ],
    "background": {
        "persistent": false,
        "page": "templates\/background.html"
    },
    "permissions": [
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "*:\/\/*.amazon.com\/*",
        "*:\/\/*.amazon.co.uk\/*",
        "*:\/\/*.amazon.de\/*",
        "*:\/\/*.amazon.cn\/*",
        "*:\/\/*.amazon.it\/*",
        "*:\/\/*.amazon.es\/*",
        "*:\/\/*.amazon.co.jp\/*",
        "*:\/\/*.amazon.ca\/*",
        "*:\/\/*.amazon.fr\/*",
        "*:\/\/*.amazon.in\/*",
        "*:\/\/*.amazon.com.mx\/*",
        "*:\/\/*.amazon.com.br\/*"
    ]
}