product finder

product finder

product finderคืออะไร?

product finder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย productfinder.co และคุณลักษณะหลักของมันคือ "product finder"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย product finder

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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
        }
    ]
}