Wide Is Castilla
Comparador de precios de Dodax
Was ist Wide Is Castilla?
Wide Is Castilla ist eine Chrome-Erweiterung, die von jaandreu entwickelt wurde, und ihr Hauptmerkmal ist "Comparador de precios de Dodax".
Erweiterungsscreenshots
Wide Is Castilla-Erweiterungs-CRX-Datei herunterladen
Laden Sie Wide Is Castilla-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
Compara los distintos precios de un producto vendido por Dodax en sus diferentes tiendas y muestra el resultado en una tabla en el detalle del producto. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | apgcinhnmikihkefdfjjnpogcecgonmg |
| Offizielle URL | https://chromewebstore.google.com/detail/wide-is-castilla/apgcinhnmikihkefdfjjnpogcecgonmg |
| Beschreibung | Comparador de precios de Dodax |
| Dateigröße | 58.06 KB |
| Installationsanzahl | 184 |
| Aktuelle Version | 1.0.1 |
| Letztes Update | 2021-04-01 |
| Veröffentlichungsdatum | 2020-11-23 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | jaandreu |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | es |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Wide Is Castilla",
"version": "1.0.1",
"author": "jaandreu",
"description": "Comparador de precios de Dodax",
"permissions": [
"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:\/\/free.currconv.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/www.dodax.es\/*-dp*",
"https:\/\/www.dodax.de\/*-dp*",
"https:\/\/www.dodax.fr\/*-dp*",
"https:\/\/www.dodax.it\/*-dp*",
"https:\/\/www.dodax.co.uk\/*-dp*",
"https:\/\/www.dodax.pl\/*-dp*",
"https:\/\/www.dodax.at\/*-dp*",
"https:\/\/www.dodax.nl\/*-dp*"
],
"js": [
"search.js"
],
"run_at": "document_end"
}
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"icons": {
"16": "images\/vinyl16.png",
"32": "images\/vinyl32.png",
"48": "images\/vinyl48.png",
"128": "images\/vinyl128.png"
},
"manifest_version": 2
} | |