The ShopiSpy

Google Chrome Web Store Extension that is able to scrape the used Theme and Products from a Shopify Shop

The ShopiSpy क्या है?

The ShopiSpy http://theshopispy.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Google Chrome Web Store Extension that is able to scrape the used Theme and Products from a Shopify Shop"।

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

screenshot
screenshot
screenshot

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

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

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

                        Free Google Chrome Web Store Extension that is able to Scrape the used Theme and Products from a Shopify Shop. 

A Shopify Product Scraper Extension allowing you to easily find products for Dropshipping by Listing All available Products from any Shopify Shop. 

How to use it: 
1) Add to Chrome 
2) Take the ShopiSpy to a Shopify Shop 
3) Open the Extension & Click "Target this Shop"
4) See listed products and export as CSV 
5) Save marked products to trenchcoat for later 
6) Add more and more products to trenchcoat and have your own personalized list with successful products

For more information on how to find winning dropshipping products visit theshopispy.com                    

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

नाम The ShopiSpy The ShopiSpy
ID bkiainamanhdmeklapjbadblpmccbegd
आधिकारिक URL https://chrome.google.com/webstore/detail/the-shopispy/bkiainamanhdmeklapjbadblpmccbegd
विवरण Google Chrome Web Store Extension that is able to scrape the used Theme and Products from a Shopify Shop
फ़ाइल का आकार 3.05 MB
स्थापना संख्या 444
वर्तमान संस्करण 1.3
अंतिम अपडेट 2019-11-03
प्रकाशन तिथि 2019-11-03
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर http://theshopispy.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://theshopispy.com
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The ShopiSpy",
    "version": "1.3",
    "description": "Google Chrome Web Store Extension that is able to scrape the used Theme and Products from a Shopify Shop",
    "manifest_version": 2,
    "icons": {
        "128": "images\/icon_128.png"
    },
    "browser_action": {
        "default_title": "The ShopiSpy",
        "default_icon": "images\/icon_gray.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "identity",
        "storage",
        "tabs",
        "activeTab",
        "identity.email"
    ],
    "background": {
        "scripts": [
            "js\/jquery-3.4.1.min.js",
            "config.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "oauth2": {
        "client_id": "770038864730-keu5rn9mij7ccfs3nrs31rfgsdtgrqub.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile",
            "https:\/\/www.googleapis.com\/auth\/user.emails.read"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}