product finder

product finder

product finderとは何ですか?

product finderはproductfinder.coによって開発されたChromeの拡張機能で、その主な機能は「product finder」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

product finder拡張機能のCRXファイルをダウンロード

product finder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 product finder product finder
ID cofkojamknelechlflimakpabkgjopjg
公式URL https://chrome.google.com/webstore/detail/cofkojamknelechlflimakpabkgjopjg
説明 product finder
ファイルサイズ 127 KB
インストール数 135
現在のバージョン 1.0.2
最終更新日 2018-04-15
公開日 2018-04-15
開発者 productfinder.co
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://productfinder.co/privacy
対応言語 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
        }
    ]
}