PriceStarz

Turn your browser into a comparison shopping engine.

什麼是PriceStarz?

PriceStarz是由https://pricestarz.com開發的Chrome擴展程式,該擴展的主要功能是“Turn your browser into a comparison shopping engine.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載PriceStarz擴展crx文件

下載PriceStarz擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Save time, save money with PriceStarz!

When you find a product you love, simply open a PriceStarz panel to get the comprehensive list of offers and deals.

PriceStarz checks prices and stock in real time and will automatically find the best price for a product, so you don't have to. 

No more hidden costs. Shipping? Sale taxes? We will calculate them for you.
The best offer is truly the best.

Get deals and coupon codes. PriceStarz has the hottest deals and coupon codes from thousands of stores. Not only that, on checkout PriceStarz will automatically apply the best coupon.

It's simple and free for everyone. Just install it in your browser and it will run without disturbing you.

Checkout our Privacy policy: https://www.pricestarz.com/privacy                    

擴展基本資訊

名稱 PriceStarz PriceStarz
ID gipjcdgebkeigeogbcfjnckegocnnpbd
官方網址 https://chromewebstore.google.com/detail/pricestarz/gipjcdgebkeigeogbcfjnckegocnnpbd
簡介 Turn your browser into a comparison shopping engine.
檔案大小 513 KB
安裝次數 356
目前版本 2.21.1
更新時間 2021-07-04
上架時間 2020-04-18
評分 4.75/5 共 12 次評分
開發者 https://pricestarz.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.pricestarz.com/
說明頁面URL https://www.pricestarz.com/pricestarz_extension
隱私政策頁面URL http://www.pricestarz.com/privacy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PriceStarz",
    "version": "2.21.1",
    "description": "Turn your browser into a comparison shopping engine.",
    "permissions": [
        "tabs",
        "storage",
        "contextMenus",
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "priceStarz_19_idle.png"
    },
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "icons": {
        "16": "priceStarz_16.png",
        "48": "priceStarz_48.png",
        "128": "priceStarz_128.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.bundle.js"
            ],
            "run_at": "document_end",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "priceStarz_logo.png",
        "priceStarz_noImage.png",
        "priceStarz_spinner.gif",
        "priceStarz_19.png",
        "priceStarz_exp_stars.gif"
    ]
}