Tomato Fashion Shopping

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

Was ist Tomato Fashion Shopping?

Tomato Fashion Shopping ist eine Chrome-Erweiterung, die von Tinsel Apps entwickelt wurde, und ihr Hauptmerkmal ist "Tomato enables fashion shoppers to explore products at lightning speeds and discover great deals!".

Erweiterungsscreenshots

screenshot
screenshot

Tomato Fashion Shopping-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tomato Fashion Shopping-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Tomato Fashion Shopping Tomato Fashion Shopping
ID onipdggngogahcaogdjoelghfplmeakg
Offizielle URL https://chrome.google.com/webstore/detail/tomato-fashion-shopping/onipdggngogahcaogdjoelghfplmeakg
Beschreibung Tomato enables fashion shoppers to explore products at lightning speeds and discover great deals!
Dateigröße 69.46 KB
Installationsanzahl 20
Aktuelle Version 0.96
Letztes Update 2015-06-15
Veröffentlichungsdatum 2015-06-15
Bewertung 4.33/5 Insgesamt 6 Bewertungen
Entwickler Tinsel Apps
Zahlungsart free
Unterstützte Sprachen 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'"
}