Where2Shop

Where2shop(Smart way to Purchase).

Where2Shop là gì?

Where2Shop là một tiện ích mở rộng Chrome được phát triển bởi dhanasekar.mani, và tính năng chính của nó là "Where2shop(Smart way to Purchase).".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Where2Shop

Tải xuống các tệp mở rộng Where2Shop dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Where2Shop Where2Shop
ID gdlgfajflgfjnhcgnpdhdhdihngndpmg
URL Chính Thức https://chrome.google.com/webstore/detail/where2shop/gdlgfajflgfjnhcgnpdhdhdihngndpmg
Mô tả Where2shop(Smart way to Purchase).
Kích Thước Tệp 37.32 KB
Số Lần Cài Đặt 19
Phiên Bản Hiện Tại 2.2
Cập Nhật Lần Cuối 2017-05-30
Ngày Phát Hành 2017-05-30
Đánh Giá 4.64/5 Tổng số 25 Đánh Giá
Nhà Phát Triển dhanasekar.mani
Loại Thanh Toán free
Trang Web Mở Rộng http://where2shop.in/
URL Trang Trợ Giúp http://where2shop.in/search.php?view=searchlist&layout=contactus
URL Trang Chính Sách Bảo Mật http://www.where2shop.in/search.php?view=searchlist&layout=privacy
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}