Wide Is Castilla
Comparador de precios de Dodax
Wat is Wide Is Castilla?
Wide Is Castilla is een Chrome-extensie ontwikkeld door jaandreu, en de belangrijkste functie is "Comparador de precios de Dodax".
Extensie Screenshots
Download het CRX-bestand van de extensie Wide Is Castilla
Download Wide Is Castilla-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        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.                     Basisinformatie over de Extensie
| Naam |   |  
| ID | apgcinhnmikihkefdfjjnpogcecgonmg | 
| Officiële URL | https://chromewebstore.google.com/detail/wide-is-castilla/apgcinhnmikihkefdfjjnpogcecgonmg | 
| Beschrijving | Comparador de precios de Dodax | 
| Bestandsgrootte | 58.06 KB | 
| Aantal Installaties | 184 | 
| Huidige Versie | 1.0.1 | 
| Laatst Bijgewerkt | 2021-04-01 | 
| Publicatiedatum | 2020-11-23 | 
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen | 
| Ontwikkelaar | jaandreu | 
| [email protected] | |
| Betalingswijze | free | 
| Ondersteunde Talen | 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
}  |  |