Comparador de Dodax
Compara los precios de las diferentes tiendas de Dodax
Was ist Comparador de Dodax?
Comparador de Dodax ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Compara los precios de las diferentes tiendas de Dodax".
Erweiterungsscreenshots
Comparador de Dodax-Erweiterungs-CRX-Datei herunterladen
Laden Sie Comparador de Dodax-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Busca y compara los precios de las diferentes tiendas de Dodax de una forma super sencilla. FUNCIONAMIENTO: Ir a la página de un disco en Dodax y hacer click en el icono de la extensión. Saldrá un desplegable con el listado de precios de las diferentes tiendas, un enlace y con fondo azul el más barato.
Grundlegende Informationen zur Erweiterung
Name | Comparador de Dodax |
ID | cfdjopbbpjlphncnpbelhheidbolnain |
Offizielle URL | https://chromewebstore.google.com/detail/comparador-de-dodax/cfdjopbbpjlphncnpbelhheidbolnain |
Beschreibung | Compara los precios de las diferentes tiendas de Dodax |
Dateigröße | 83.72 KB |
Installationsanzahl | 336 |
Aktuelle Version | 1.5.1 |
Letztes Update | 2020-02-07 |
Veröffentlichungsdatum | 2020-02-06 |
Bewertung | 4.43/5 Insgesamt 7 Bewertungen |
Entwickler | Unknown |
Zahlungsart | free |
Unterstützte Sprachen | es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Comparador de Dodax", "version": "1.5.1", "author": "Joruus", "description": "Compara los precios de las diferentes tiendas de Dodax", "permissions": [ "activeTab", "declarativeContent", "storage", "https:\/\/www.dodax.es\/*", "https:\/\/www.dodax.fr\/*", "https:\/\/www.dodax.it\/*", "https:\/\/www.dodax.de\/*", "https:\/\/www.dodax.co.uk\/*", "https:\/\/www.dodax.pl\/*", "https:\/\/www.dodax.at\/*", "https:\/\/www.dodax.nl\/*", "https:\/\/www.dodax.ch\/*", "https:\/\/api.ratesapi.io\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/dodax16.png", "32": "images\/dodax32.png", "48": "images\/dodax48.png", "128": "images\/dodax128.png" } }, "icons": { "16": "images\/dodax16.png", "32": "images\/dodax32.png", "48": "images\/dodax48.png", "128": "images\/dodax128.png" }, "manifest_version": 2 } |