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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tomato enables fashion shoppers to explore products at lightning speeds and discover great deals!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tomato Fashion Shopping एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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'" } |