Where2Shop

Where2shop(Smart way to Purchase).

Where2Shopคืออะไร?

Where2Shop เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dhanasekar.mani และคุณลักษณะหลักของมันคือ "Where2shop(Smart way to Purchase)."

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Where2Shop ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        OVERVIEW - WHERE2SHOP is the First Indian Shopping Search Engine. You can compare prices from Best Online Stores. Give your online shopping the best experience you can ever imagine. No more downloads of different shopping apps. You can find all your favorite store be it Amazon, Flipkart, Snapdeal or other shopping sites. Where2shop is a one stop destination of all your favorite shopping stores. Shop Your favorite products online and compare prices, give the best value for your money.                    

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

ชื่อ Where2Shop Where2Shop
ID gdlgfajflgfjnhcgnpdhdhdihngndpmg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/where2shop/gdlgfajflgfjnhcgnpdhdhdihngndpmg
คำอธิบาย Where2shop(Smart way to Purchase).
ขนาดไฟล์ 37.32 KB
จำนวนการติดตั้ง 19
เวอร์ชันปัจจุบัน 2.2
อัปเดตครั้งล่าสุด 2017-05-30
วันที่เผยแพร่ 2017-05-30
คะแนน 4.64/5 รวมทั้งหมด 25 คะแนน
ผู้พัฒนา dhanasekar.mani
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://where2shop.in/
URL หน้าช่วยเหลือ http://where2shop.in/search.php?view=searchlist&layout=contactus
URL หน้านโยบายความเป็นส่วนตัว http://www.where2shop.in/search.php?view=searchlist&layout=privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Where2Shop",
    "version": "2.2",
    "description": "Where2shop(Smart way to Purchase).",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/www.where2shop.in\/*"
        ]
    },
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-3.1.1.min.js",
                "content.js"
            ]
        }
    ]
}