product finder
product finder
product finder là gì?
product finder là một tiện ích mở rộng Chrome được phát triển bởi productfinder.co, và tính năng chính của nó là "product finder".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng product finder
Tải xuống các tệp mở rộng product finder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | cofkojamknelechlflimakpabkgjopjg |
URL Chính Thức | https://chrome.google.com/webstore/detail/cofkojamknelechlflimakpabkgjopjg |
Mô tả | product finder |
Kích Thước Tệp | 127 KB |
Số Lần Cài Đặt | 135 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2018-04-15 |
Ngày Phát Hành | 2018-04-15 |
Nhà Phát Triển | productfinder.co |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://productfinder.co/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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 } ] } |