Sourcefrom - Product Image Search

Search products and suppliers by image from top wholesale and dropshipping sites

Sourcefrom - Product Image Search क्या है?

Sourcefrom - Product Image Search https://sourcefrom.me द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search products and suppliers by image from top wholesale and dropshipping sites"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Search products by image and keywords from top B2B sites. 

Found a product you like on Amazon, and wonder where you can buy it a lot cheaper? 

Want to gain a competitive advantage over the other 90% dropshipping businesses, and find out the suppliers behind those hot selling Aliexpress, Amazon, Shopee or Shopify stores?

Now you have this neat extension to do it all.

For instance, on given product page, simply right click on a product image, and right click again on “Sourcefrom” extension from the menu.  And Voila!  There you see a list of similar products from various B2B sites, such as Aliexpress, 1688 (the wholesalers for Aliexpress), Alibaba, DHgate et al.

Just two clicks.

Source easily, smartly, today!                    

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

नाम Sourcefrom - Product Image Search Sourcefrom - Product Image Search
ID mhcindbdikbmkjapgfgfagefdogbalkp
आधिकारिक URL https://chromewebstore.google.com/detail/sourcefrom-product-image/mhcindbdikbmkjapgfgfagefdogbalkp
विवरण Search products and suppliers by image from top wholesale and dropshipping sites
फ़ाइल का आकार 560 KB
स्थापना संख्या 87
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2022-01-04
प्रकाशन तिथि 2022-01-03
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://sourcefrom.me
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.sourcefrom.me/
गोपनीयता नीति पृष्ठ URL https://www.dripster.me/notify/dripster_privacy_policy.html
समर्थित भाषाएँ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sourcefrom - Product Image Search",
    "description": "Search products and suppliers by image from top wholesale and dropshipping sites",
    "version": "1.0.1",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "html\/popup.html",
        "default_icon": "images\/icon-64.png",
        "default_title": "Product Image Search"
    },
    "icons": {
        "32": "images\/icon-32.png",
        "64": "images\/icon-64.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "scripts\/jquery-1.8.3.js",
            "scripts\/background.js",
            "scripts\/source_map.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "",
        "activeTab",
        "cookies"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/content-script-first.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/jquery-1.8.3.js",
                "scripts\/jquery.Jcrop.min.js",
                "scripts\/content-script.js"
            ],
            "css": [
                "css\/jquery.Jcrop.min.css",
                "css\/source_iq.css"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en"
}