Tomato Fashion Shopping

Tomato enables fashion shoppers to explore products at lightning speeds and discover great deals!

Vad är Tomato Fashion Shopping?

Tomato Fashion Shopping är en Chrome-tillägg utvecklad av Tinsel Apps, och dess huvudfunktion är "Tomato enables fashion shoppers to explore products at lightning speeds and discover great deals!".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Tomato Fashion Shopping-förlängningens CRX-fil

Ladda ner Tomato Fashion Shopping-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Tomato Fashion Shopping Tomato Fashion Shopping
ID onipdggngogahcaogdjoelghfplmeakg
Officiell webbadress https://chrome.google.com/webstore/detail/tomato-fashion-shopping/onipdggngogahcaogdjoelghfplmeakg
Beskrivning Tomato enables fashion shoppers to explore products at lightning speeds and discover great deals!
Filstorlek 69.46 KB
Antal Installationer 20
Aktuell Version 0.96
Senast Uppdaterad 2015-06-15
Publiceringsdatum 2015-06-15
Betyg 4.33/5 Totalt 6 Betyg
Utvecklare Tinsel Apps
Betalningssätt free
Stödda Språk 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'"
}