product finder

product finder

Apa itu product finder?

product finder adalah ekstensi Chrome yang dikembangkan oleh productfinder.co, dan fitur utamanya adalah "product finder".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi product finder

Unduh file ekstensi product finder dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama product finder product finder
ID cofkojamknelechlflimakpabkgjopjg
URL Resmi https://chrome.google.com/webstore/detail/cofkojamknelechlflimakpabkgjopjg
Deskripsi product finder
Ukuran File 127 KB
Jumlah Instalasi 135
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2018-04-15
Tanggal Publikasi 2018-04-15
Pengembang productfinder.co
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://productfinder.co/privacy
Bahasa yang Didukung 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
        }
    ]
}