Tomato Fashion Shopping
Tomato enables fashion shoppers to explore products at lightning speeds and discover great deals!
Tomato Fashion Shoppingとは何ですか?
Tomato Fashion ShoppingはTinsel Appsによって開発されたChromeの拡張機能で、その主な機能は「Tomato enables fashion shoppers to explore products at lightning speeds and discover great deals!」です。
拡張機能のスクリーンショット
Tomato Fashion Shopping拡張機能のCRXファイルをダウンロード
Tomato Fashion Shopping拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Tomato helps online shoppers by showing them relevant recommendations while they are browsing products. It is specifically built to better the experience of fashion shoppers. You dont have to search for products across 15 different stores to find what you a re looking for, Tomato will find the most suitable matches, which catch the eye and suit your style
拡張機能の基本情報
名前 | |
ID | onipdggngogahcaogdjoelghfplmeakg |
公式URL | https://chrome.google.com/webstore/detail/tomato-fashion-shopping/onipdggngogahcaogdjoelghfplmeakg |
説明 | Tomato enables fashion shoppers to explore products at lightning speeds and discover great deals! |
ファイルサイズ | 69.46 KB |
インストール数 | 20 |
現在のバージョン | 0.96 |
最終更新日 | 2015-06-15 |
公開日 | 2015-06-15 |
評価 | 4.33/5 合計 6 レビュー |
開発者 | Tinsel Apps |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tomato Fashion Shopping", "short_name": "Tomato", "version": "0.96", "manifest_version": 2, "description": "Tomato enables fashion shoppers to explore products at lightning speeds and discover great deals!", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/mixpanel.js", "scripts\/jquery.js", "scripts\/chromereload.js", "scripts\/background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/www.jabong.com\/*", "https:\/\/www.jabong.com\/*", "http:\/\/www.snapdeal.com\/*" ], "js": [ "scripts\/jquery.js", "scripts\/tinsel-widget.js" ] } ], "permissions": [ "storage" ], "page_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "tinsel price", "default_popup": "popup.html" }, "web_accessible_resources": [ "scripts\/templates.html", "images\/tomato_white_256.png" ], "content_security_policy": "script-src 'self' https:\/\/cdn.mxpnl.com\/libs\/mixpanel-2-latest.min.js; object-src 'self'" } |