Shop 4 Less

Compare other major sites and buy at right price

Shop 4 Less là gì?

Shop 4 Less là một tiện ích mở rộng Chrome được phát triển bởi Apptikka, và tính năng chính của nó là "Compare other major sites and buy at right price".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Shop 4 Less 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

                        How many times during online shopping, before adding to cart you thought is there some other place that this product is cheaper than this price ?

Well from now on, forget about the it. This extension will help you search other major websites (more than 200+ websites) and shows you the price those sites offer.                    

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

Tên Shop 4 Less Shop 4 Less
ID nbdcdabndhehpnlfnfaooedgpbdpohhi
URL Chính Thức https://chrome.google.com/webstore/detail/shop-4-less/nbdcdabndhehpnlfnfaooedgpbdpohhi
Mô tả Compare other major sites and buy at right price
Kích Thước Tệp 28.53 KB
Số Lần Cài Đặt 62
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-08-08
Ngày Phát Hành 2016-08-08
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Apptikka
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.dealtikka.com/
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shop 4 Less",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Compare other major sites and buy at right price",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon.png",
        "48": "icon 48.png",
        "128": "icon 128.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}