Convenior AliExpress Chrome Extension Tool
Price/Product Comparison: view information on Amazon products that are associated with AliExpress products
¿Qué es Convenior AliExpress Chrome Extension Tool?
Convenior AliExpress Chrome Extension Tool es una extensión de Chrome desarrollada por https://www.convenior.com, y su función principal es "Price/Product Comparison: view information on Amazon products that are associated with AliExpress products".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Convenior AliExpress Chrome Extension Tool
Descarga archivos de extensión Convenior AliExpress Chrome Extension Tool en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | gnaekbbiiobdfhjbnoledcipllnpplpg |
URL Oficial | https://chrome.google.com/webstore/detail/convenior-aliexpress-chro/gnaekbbiiobdfhjbnoledcipllnpplpg |
Descripción | Price/Product Comparison: view information on Amazon products that are associated with AliExpress products |
Tamaño del Archivo | 458 KB |
Cantidad de Instalaciones | 102 |
Versión Actual | 0.0.9 |
Última Actualización | 2017-09-19 |
Fecha de Publicación | 2017-09-19 |
Calificación | 2.60/5 Total de 5 Calificaciones |
Desarrollador | https://www.convenior.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.convenior.com |
URL de la Página de Política de Privacidad | https://convenior.com/privacy |
Idiomas Soportados | 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", " |