Sourcefrom - Product Image Search

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

¿Qué es Sourcefrom - Product Image Search?

Sourcefrom - Product Image Search es una extensión de Chrome desarrollada por https://sourcefrom.me, y su función principal es "Search products and suppliers by image from top wholesale and dropshipping sites".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Sourcefrom - Product Image Search

Descarga archivos de extensión Sourcefrom - Product Image Search en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Sourcefrom - Product Image Search Sourcefrom - Product Image Search
ID mhcindbdikbmkjapgfgfagefdogbalkp
URL Oficial https://chromewebstore.google.com/detail/sourcefrom-product-image/mhcindbdikbmkjapgfgfagefdogbalkp
Descripción Search products and suppliers by image from top wholesale and dropshipping sites
Tamaño del Archivo 560 KB
Cantidad de Instalaciones 87
Versión Actual 1.0.1
Última Actualización 2022-01-04
Fecha de Publicación 2022-01-03
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador https://sourcefrom.me
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.sourcefrom.me/
URL de la Página de Política de Privacidad https://www.dripster.me/notify/dripster_privacy_policy.html
Idiomas Soportados 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"
}