AMZ Online Arbitrage - Asin Checker
Are You eligible to sell a particular product on Amazon? Our ASIN Checker will help you make the best business decision.
¿Qué es AMZ Online Arbitrage - Asin Checker?
AMZ Online Arbitrage - Asin Checker es una extensión de Chrome desarrollada por https://amzonlinearbitrage.com, y su función principal es "Are You eligible to sell a particular product on Amazon? Our ASIN Checker will help you make the best business decision.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión AMZ Online Arbitrage - Asin Checker
Descarga archivos de extensión AMZ Online Arbitrage - Asin Checker 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
This Extension will help you to check whether product is restricted on Category or Brand Level.
Información Básica de la Extensión
Nombre | AMZ Online Arbitrage - Asin Checker |
ID | eepoploaohjnlohelbnombfccjfnhhen |
URL Oficial | https://chromewebstore.google.com/detail/amz-online-arbitrage-asin/eepoploaohjnlohelbnombfccjfnhhen |
Descripción | Are You eligible to sell a particular product on Amazon? Our ASIN Checker will help you make the best business decision. |
Tamaño del Archivo | 524 KB |
Cantidad de Instalaciones | 1,710 |
Versión Actual | 1.2.26 |
Última Actualización | 2023-12-14 |
Fecha de Publicación | 2020-06-12 |
Calificación | 4.93/5 Total de 14 Calificaciones |
Desarrollador | https://amzonlinearbitrage.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.amzonlinearbitrage.com |
URL de la Página de Ayuda | https://www.amzonlinearbitrage.com |
URL de la Página de Política de Privacidad | https://amzonlinearbitrage.com/privacy-policy |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "AMZ Online Arbitrage - Asin Checker", "version": "1.2.26", "description": "Are You eligible to sell a particular product on Amazon? Our ASIN Checker will help you make the best business decision.", "permissions": [ "storage", "tabs", "identity" ], "host_permissions": [ "*:\/\/extnapi.amzonlinearbitrage.com\/*", "*:\/\/sellercentral.amazon.com\/*" ], "content_security_policy": { "script-src": [ "self", "https:\/\/sellercentral.amazon.com" ], "object-src": [ "self" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "matches": [ "*:\/\/*.amazon.co.uk\/*", "*:\/\/*.amazon.com\/*" ], "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "matches": [ "*:\/\/*.amazon.co.uk\/*", "*:\/\/*.amazon.com\/*", "*:\/\/www.amazon.ca\/*" ], "js": [ "content.js", "react.development.js", "react-dom.development.js", "sweetalert.min.js" ], "css": [ "content.css" ], "run_at": "document_end", "all_frames": true }, { "matches": [ "*:\/\/*.amzonlinearbitrage.com\/*" ], "js": [ "content2.js", "react.development.js", "react-dom.development.js" ], "css": [ "content2.css" ], "run_at": "document_end", "all_frames": true }, { "matches": [ "http:\/\/localhost:3000\/", "http:\/\/localhost:3001\/", "https:\/\/dev.amzonlinearbitrage.com\/", "https:\/\/user.amzonlinearbitrage.com\/", "https:\/\/newplans-production.d8g9m96m2idyu.amplifyapp.com\/*" ], "js": [ "amz-content.js", "react.development.js", "react-dom.development.js", "jquery.js" ], "css": [ "amz.css" ], "run_at": "document_end", "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "logo.png", "yes.png", "no.png", "loading.gif" ], "matches": [ "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.ca\/*" ] } ] } |