AliExpress Dropshipping Center
A very simple extension to access the AliExpress Dropshipping Center in one click.
AliExpress Dropshipping Center là gì?
AliExpress Dropshipping Center là một tiện ích mở rộng Chrome được phát triển bởi https://alixblog.com, và tính năng chính của nó là "A very simple extension to access the AliExpress Dropshipping Center in one click.".
Ả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 AliExpress Dropshipping Center
Tải xuống các tệp mở rộng AliExpress Dropshipping Center 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
Tired of never finding the URL of the AliExpress Dropshipping Center? Install this small but mighty extension and have a permanent shortcut to the Dropshipping Center in your browser! After installing, remember to click on the Chrome's puzzle icon (the one for Extensions) and again on the pin next to the AliExpress Dropshipping Center. This will make this extension stick to your browser bar. After that, you'll be able to reach the AliExpress Dropshipping Center in one click!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | AliExpress Dropshipping Center |
ID | bcgmobplbjcjdmjnimlpafhkllfioeag |
URL Chính Thức | https://chromewebstore.google.com/detail/aliexpress-dropshipping-c/bcgmobplbjcjdmjnimlpafhkllfioeag |
Mô tả | A very simple extension to access the AliExpress Dropshipping Center in one click. |
Kích Thước Tệp | 5.87 KB |
Số Lần Cài Đặt | 165 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2024-01-06 |
Ngày Phát Hành | 2023-03-27 |
Đánh Giá | 4.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://alixblog.com |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "AliExpress Dropshipping Center", "version": "1.1", "description": "A very simple extension to access the AliExpress Dropshipping Center in one click.", "action": { "default_icon": { "48": "icon.png" } }, "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "*:\/\/*.aliexpress.com\/*", "*:\/\/*.aliexpress.ru\/*" ], "js": [ "background.js" ] } ], "background": { "service_worker": "background.js" }, "icons": { "48": "icon.png" } } |