PriceLocal

Chrome Extension for PriceLocal

PriceLocal là gì?

PriceLocal là một tiện ích mở rộng Chrome được phát triển bởi https://getpricelocal.com, và tính năng chính của nó là "Chrome Extension for PriceLocal".

Ả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 PriceLocal

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

                        PriceLocal lets you get a price match from local stores that match the Amazon price on products you request. Simply install the Chrome extension, shop for what you want on Amazon and PriceLocal lets you send your price match requests to local stores! Shop local, save big!                    

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

Tên PriceLocal PriceLocal
ID fcnjjcioichnaamcgeefofffenomgaaa
URL Chính Thức https://chromewebstore.google.com/detail/pricelocal/fcnjjcioichnaamcgeefofffenomgaaa
Mô tả Chrome Extension for PriceLocal
Kích Thước Tệp 18.13 KB
Số Lần Cài Đặt 420
Phiên Bản Hiện Tại 0.192
Cập Nhật Lần Cuối 2016-08-01
Ngày Phát Hành 2016-08-01
Nhà Phát Triển https://getpricelocal.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "PriceLocal"
    },
    "name": "PriceLocal",
    "description": "Chrome Extension for PriceLocal",
    "homepage_url": "http:\/\/www.getpricelocal.com",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "",
        "geolocation",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.getpricelocal.com\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "bookmarklet.js"
    ],
    "version": "0.192",
    "manifest_version": 2
}