SoloTodo
Verifica si el producto que estás cotizando está más barato en otras tiendas
SoloTodoとは何ですか?
SoloTodoはhttps://www.solotodo.comによって開発されたChromeの拡張機能で、その主な機能は「Verifica si el producto que estás cotizando está más barato en otras tiendas」です。
拡張機能のスクリーンショット
SoloTodo拡張機能のCRXファイルをダウンロード
SoloTodo拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| ID | dnacbdkmnedgahgcogbeecmgjlmkjgpf |
| 公式URL | https://chromewebstore.google.com/detail/solotodo/dnacbdkmnedgahgcogbeecmgjlmkjgpf |
| 説明 | Verifica si el producto que estás cotizando está más barato en otras tiendas |
| ファイルサイズ | 799 KB |
| インストール数 | 700 |
| 現在のバージョン | 0.0.5 |
| 最終更新日 | 2018-06-05 |
| 公開日 | 2018-06-05 |
| 評価 | 4.00/5 合計 3 レビュー |
| 開発者 | https://www.solotodo.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://www.solotodo.com/tos |
| 対応言語 | 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:;"
} | |