Droppersstop
Import and dropship products
Droppersstop là gì?
Droppersstop là một tiện ích mở rộng Chrome được phát triển bởi droppersstop, và tính năng chính của nó là "Import and dropship products".
Ả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 Droppersstop
Tải xuống các tệp mở rộng Droppersstop 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
This extension is used to import products from Aliexpress website into Shopify store
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Droppersstop |
ID | bghflfbmnbdoggdefepjjhjofpddjgob |
URL Chính Thức | https://chromewebstore.google.com/detail/droppersstop/bghflfbmnbdoggdefepjjhjofpddjgob |
Mô tả | Import and dropship products |
Kích Thước Tệp | 945 KB |
Số Lần Cài Đặt | 89 |
Phiên Bản Hiện Tại | 3.4 |
Cập Nhật Lần Cuối | 2020-07-25 |
Ngày Phát Hành | 2020-04-03 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | droppersstop |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://droppersstop.com/ |
URL Trang Trợ Giúp | https://droppersstop.com/contact |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "lib\/jquery.min.js", "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon16x16.png", "38": "images\/icon48x48.png" }, "default_popup": "default.html", "default_title": "Droppersstop" }, "content_scripts": [ { "css": [ "css\/app.css", "css\/cat.css" ], "js": [ "lib\/jquery.min.js", "scripts\/aliscrap.js" ], "matches": [ "*:\/\/*.aliexpress.com\/wishlist\/*", "https:\/\/*.aliexpress.com\/store\/new-arrivals\/*", "*:\/\/*.aliexpress.com\/af\/*", "*:\/\/*.aliexpress.com\/category\/*", "https:\/\/*.aliexpress.com\/store\/top-rated-products\/*", "https:\/\/*.aliexpress.com\/w\/*", "https:\/\/*.aliexpress.com\/wholesale*", "https:\/\/*.aliexpress.com\/premium*", "https:\/\/*.aliexpress.com\/store\/group\/*", "https:\/\/*.aliexpress.com\/store\/*\/search*", "https:\/\/*.aliexpress.com\/store\/sale-items\/*", "https:\/\/*.aliexpress.com\/store\/all-*", "https:\/\/*.aliexpress.com\/dropshipper\/*" ], "run_at": "document_idle" }, { "css": [ "css\/app.css" ], "js": [ "lib\/jquery.min.js", "scripts\/itemscrap.js" ], "matches": [ "*:\/\/*.aliexpress.com\/item\/*", "*:\/\/*.aliexpress.com\/store\/product\/*" ], "run_at": "document_idle" }, { "js": [ "lib\/jquery.min.js", "scripts\/authorize.js" ], "matches": [ "*:\/\/*.aliexpress.com\/*" ] } ], "description": "Import and dropship products", "externally_connectable": { "matches": [ "*:\/\/*.droppersstop.com\/*", "*:\/\/*.aliexpress.com\/*" ] }, "icons": { "16": "images\/icon16x16.png", "128": "images\/icon128x128.png", "48": "images\/icon48x48.png" }, "manifest_version": 2, "name": "Droppersstop", "permissions": [ "*:\/\/*.aliexpress.com\/*", "*:\/\/*.droppersstop.com\/*", "http:\/\/droppersstop.com\/*", "tabs", "storage" ], "version": "3.4", "web_accessible_resources": [ "images\/*" ] } |