Tomato Fashion Shopping

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

Tomato Fashion Shoppingคืออะไร?

Tomato Fashion Shopping เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tinsel Apps และคุณลักษณะหลักของมันคือ "Tomato enables fashion shoppers to explore products at lightning speeds and discover great deals!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tomato Fashion Shopping

ดาวน์โหลดไฟล์ส่วนขยาย 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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Tomato Fashion Shopping Tomato Fashion Shopping
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'"
}