product finder

product finder

product finder란 무엇입니까?

product finder은(는) productfinder.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "product finder"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

product finder 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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
        }
    ]
}