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 |
官方網址 | 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'" } |