product finder

product finder

Cos'è product finder?

product finder è un'estensione di Chrome sviluppata da productfinder.co, e la sua funzione principale è "product finder".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione product finder

Scarica i file di estensione product finder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Extension for Aliexpress Dropshipping.

This is the Chrome extension for Aliexpress Dropshipping. Search products on Aliexpress easily!
With our browser plugin,  helps you identify high-performing products on your competitors’ stores as they dropship from aliexpress.                    

Informazioni di Base sull'Estensione

Nome product finder product finder
ID cofkojamknelechlflimakpabkgjopjg
URL Ufficiale https://chrome.google.com/webstore/detail/cofkojamknelechlflimakpabkgjopjg
Descrizione product finder
Dimensione del File 127 KB
Conteggio Installazioni 135
Versione Corrente 1.0.2
Ultimo Aggiornamento 2018-04-15
Data di Pubblicazione 2018-04-15
Sviluppatore productfinder.co
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://productfinder.co/privacy
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "product finder",
    "version": "1.0.2",
    "description": "product finder",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "web_accessible_resources": [
        "images\/icon128.png"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png"
        },
        "default_title": "Product Finder"
    },
    "permissions": [
        "storage",
        "notifications",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "scripts\/jquery-1.11.3.js",
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.aliexpress.com\/item\/*",
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.aliexpress.com\/store\/product\/*"
            ],
            "js": [
                "scripts\/jquery-1.11.3.js",
                "scripts\/bootstrap.js",
                "scripts\/moment.min.js",
                "scripts\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}