Aliexpress images & description Downloader
DropshipMeta - Download Aliexpress product images & description with one click
Aliexpress images & description Downloader là gì?
Aliexpress images & description Downloader là một tiện ích mở rộng Chrome được phát triển bởi DropshipMeta 2, và tính năng chính của nó là "DropshipMeta - Download Aliexpress product images & description with 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 images & description Downloader
Tải xuống các tệp mở rộng Aliexpress images & description Downloader 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
With this extension you can download : - Product images - product variation images - description images - html description all this with one click !!! By DropshipMeta
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Aliexpress images & description Downloader |
ID | mfbonfheoldfhbampfegagdmibpbihpd |
URL Chính Thức | https://chromewebstore.google.com/detail/aliexpress-images-descrip/mfbonfheoldfhbampfegagdmibpbihpd |
Mô tả | DropshipMeta - Download Aliexpress product images & description with one click |
Kích Thước Tệp | 49.2 KB |
Số Lần Cài Đặt | 3,015 |
Phiên Bản Hiện Tại | 0.1.0 |
Cập Nhật Lần Cuối | 2023-03-24 |
Ngày Phát Hành | 2019-07-11 |
Đánh Giá | 4.35/5 Tổng số 34 Đánh Giá |
Nhà Phát Triển | DropshipMeta 2 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.DropshipMeta.com |
URL Trang Trợ Giúp | https://www.DropshipMeta.com |
URL Trang Chính Sách Bảo Mật | https://dropshipmeta.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "background": { "service_worker": "js\/background.js" }, "action": { "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "lib\/jquery-3.2.1.min.js", "js\/domTask.js" ], "matches": [ "*:\/\/*.aliexpress.com\/item\/*", "*:\/\/*.aliexpress.us\/item\/*" ], "run_at": "document_end" } ], "description": "DropshipMeta - Download Aliexpress product images & description with one click", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "48": "images\/icon48.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkzj3MUHg0w4AnB75OSku\/r+K8ClGAvVN4Z\/JwTmgHbW8WmofHeJXYtC37DsJfeKDYzdk34sIAd45GZCofspVY2+mq9bbokrN30zs0TeR+R2GI4k0DCLqWD+6ExyLdWEESIk74d0E0vORWH4G3my9Gy1ZSmHt7Ocm3MDK+PJ8XfzBBhYC4JGZBMkMPWnH2j46S3leRRJsmU1HfRc+OktoctSmG6XjBpIw0b0ZKR4QLQUmSgRBYoD7eXRQEWrRfVV2GkuUYPvesfqk3wEEMUGDcBzbr3098QeTMvDfPXieZz8TUsvVKWK\/Ek4U\/qatY4XMANKlbUXwsGtsgy\/k\/IbRuQIDAQAB", "manifest_version": 3, "name": "Aliexpress images & description Downloader", "permissions": [ "*:\/\/*.aliexpress.com\/*", "*:\/\/*.aliexpress.us\/*", "downloads", "tabs" ], "short_name": "Aliexpress images & description Downloader", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.0" } |