Convenior AliExpress Chrome Extension Tool
Price/Product Comparison: view information on Amazon products that are associated with AliExpress products
Convenior AliExpress Chrome Extension Tool là gì?
Convenior AliExpress Chrome Extension Tool là một tiện ích mở rộng Chrome được phát triển bởi https://www.convenior.com, và tính năng chính của nó là "Price/Product Comparison: view information on Amazon products that are associated with AliExpress 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 Convenior AliExpress Chrome Extension Tool
Tải xuống các tệp mở rộng Convenior AliExpress Chrome Extension Tool 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
We have been working for the past couple of months on a plugin with the goal to aid dropshippers in quickly locating profitable or favourable products to sell. It works with AliExpress by automatically detecting items also listed on Amazon and displaying useful information such as images and pricing. Our product is in active development, and as such, please note that there may be bugs (if you encounter one, please let us know via the feedback mechanism in the plugin). Creating an account and using the extension is free - we only ask that you please give us feedback so that we may improve it :) Also, please note that we currently only support Amazon.com, but depending on user enthusiasm, we will also consider supporting other sites. We are also considering implementing a feature in which users can manually confirm that a product is a match (or very likely to be a match) in order to improve our statistics and results. Again, we would absolutely love any feedback, so please let us know about bugs, ideas for features, enhancements, and the like.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | gnaekbbiiobdfhjbnoledcipllnpplpg |
URL Chính Thức | https://chrome.google.com/webstore/detail/convenior-aliexpress-chro/gnaekbbiiobdfhjbnoledcipllnpplpg |
Mô tả | Price/Product Comparison: view information on Amazon products that are associated with AliExpress products |
Kích Thước Tệp | 458 KB |
Số Lần Cài Đặt | 102 |
Phiên Bản Hiện Tại | 0.0.9 |
Cập Nhật Lần Cuối | 2017-09-19 |
Ngày Phát Hành | 2017-09-19 |
Đánh Giá | 2.60/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | https://www.convenior.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.convenior.com |
URL Trang Chính Sách Bảo Mật | https://convenior.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Convenior AliExpress Chrome Extension Tool", "short_name": "Convenior AliExpress Product Comparison Tool", "description": "Price\/Product Comparison: view information on Amazon products that are associated with AliExpress products", "version": "0.0.9", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.aliexpress.com\/*" ], "js": [ "js\/vendor.js", "js\/content_script.js" ], "css": [ "css\/convenior.css" ] } ], "background": { "scripts": [ "js\/vendor.js", "js\/background.js" ] }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "activeTab", "storage", " |