SoloTodo
Verifica si el producto que estás cotizando está más barato en otras tiendas
Wat is SoloTodo?
SoloTodo is een Chrome-extensie ontwikkeld door https://www.solotodo.com, en de belangrijkste functie is "Verifica si el producto que estás cotizando está más barato en otras tiendas".
Extensie Screenshots
Download het CRX-bestand van de extensie SoloTodo
Download SoloTodo-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
SoloTodo te notifica si el producto que estás viendo en una tienda está disponible a mejor precio en alguna otra, lo que ahorra tiempo y dinero al momento de cotizar. Basisinformatie over de Extensie
| Naam | |
| ID | dnacbdkmnedgahgcogbeecmgjlmkjgpf |
| Officiële URL | https://chromewebstore.google.com/detail/solotodo/dnacbdkmnedgahgcogbeecmgjlmkjgpf |
| Beschrijving | Verifica si el producto que estás cotizando está más barato en otras tiendas |
| Bestandsgrootte | 799 KB |
| Aantal Installaties | 700 |
| Huidige Versie | 0.0.5 |
| Laatst Bijgewerkt | 2018-06-05 |
| Publicatiedatum | 2018-06-05 |
| Beoordeling | 4.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | https://www.solotodo.com |
| [email protected] | |
| Betalingswijze | free |
| URL van de Privacybeleid Pagina | https://www.solotodo.com/tos |
| Ondersteunde Talen | es-419 |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "0.0.5",
"name": "SoloTodo",
"manifest_version": 2,
"description": "Verifica si el producto que est\u00e1s cotizando est\u00e1 m\u00e1s barato en otras tiendas",
"browser_action": {
"default_title": "Ver comparativa de precios",
"default_popup": "popup.html"
},
"icons": {
"16": "img\/icon-16.png",
"48": "img\/icon-48.png",
"128": "img\/icon-128.png"
},
"background": {
"page": "background.html",
"persistent": false
},
"permissions": [
"tabs",
"*:\/\/www.falabella.com\/falabella-cl\/product\/*",
"*:\/\/simple.ripley.cl\/",
"*:\/\/www.paris.cl\/",
"*:\/\/www.abcdin.cl\/",
"*:\/\/tienda.lapolar.cl\/",
"*:\/\/www.pcfactory.cl\/",
"*:\/\/www.corona.cl\/",
"*:\/\/www.linio.cl\/",
"*:\/\/www.bip.cl\/",
"*:\/\/www.hponline.cl\/",
"*:\/\/www.infor-ingen.com\/",
"*:\/\/www.lider.cl\/",
"*:\/\/www.magens.cl\/",
"*:\/\/tienda.pc-express.cl\/",
"*:\/\/www.reifstore.cl\/",
"*:\/\/www.sistemax.cl\/",
"*:\/\/www.ttchile.cl\/",
"*:\/\/www.wei.cl\/",
"*:\/\/www.tiendasmart.cl\/",
"*:\/\/www.easy.cl\/",
"*:\/\/www.hites.com\/",
"*:\/\/www.netnow.cl\/",
"*:\/\/www.vivelo.cl\/",
"*:\/\/www.sodimac.cl\/",
"*:\/\/store.sony.cl\/",
"*:\/\/www.spdigital.cl\/",
"*:\/\/www.winpy.cl\/",
"*:\/\/local.solotodo.com\/",
"*:\/\/api.solotodo.com\/",
"*:\/\/publicapi.solotodo.com\/"
],
"content_security_policy": "default-src 'self'; script-src 'self' http:\/\/localhost:3000 https:\/\/localhost:3000 'unsafe-eval'; connect-src http:\/\/localhost:3000 https:\/\/localhost:3000 http:\/\/local.solotodo.com:8000 https:\/\/publicapi.solotodo.com; style-src * 'unsafe-inline' 'self' blob:; img-src 'self' data:;"
} | |