Savings Bar: Compare Prices in One Click

One Click Price Comparison. Start Saving Smartly

什麼是Savings Bar: Compare Prices in One Click?

Savings Bar: Compare Prices in One Click是由Savings.Bar.開發的Chrome擴展程式,該擴展的主要功能是“One Click Price Comparison. Start Saving Smartly”。

擴展截圖

screenshot

下載Savings Bar: Compare Prices in One Click擴展crx文件

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

擴展使用說明

                        SavingsBar - Price Comparison Engine
Start Saving Smartly!
------------------------------
How does it work?
------------------------------
When you visit an online shop or a product page, SavingsBar activating and starts analyzing the content of current page in the background, in order to read product details of the offered product. If SavingsBar finds a better price, it simply shows a green note right on the icon in your web browser. 
Depending on the available resources and the depth of product searching - the duration of the search query may differ from few seconds to minutes.
------------------------------
Privacy policy
------------------------------
https://savings.bar/privacy                    

擴展基本資訊

名稱 Savings Bar: Compare Prices in One Click Savings Bar: Compare Prices in One Click
ID ebpbpodkpkceaodnfdeigbcafahaakmo
官方網址 https://chromewebstore.google.com/detail/savings-bar-compare-price/ebpbpodkpkceaodnfdeigbcafahaakmo
簡介 One Click Price Comparison. Start Saving Smartly
檔案大小 626 KB
安裝次數 26
目前版本 3.1.2
更新時間 2021-08-12
上架時間 2020-09-25
評分 4.87/5 共 53 次評分
開發者 Savings.Bar.
電子郵箱 [email protected]
付費類型 free
擴展官網 https://savings.bar/
隱私政策頁面URL https://savings.bar/privacy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Savings Bar: Compare Prices in One Click",
    "description": "One Click Price Comparison. Start Saving Smartly",
    "version": "3.1.2",
    "offline_enabled": false,
    "permissions": [
        "*:\/\/savings.bar\/*",
        "*:\/\/*.savings.bar\/*"
    ],
    "optional_permissions": [
        "*:\/\/amazon.com\/*",
        "*:\/\/*.ssl-images-amazon.com\/*",
        "*:\/\/ebay.com\/*",
        "*:\/\/*.alicdn.com\/*",
        "*:\/\/aliexpress.com\/*"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "index.html"
    ],
    "browser_action": {
        "default_title": "SavingsBar",
        "default_icon": {
            "38": "img\/inactive.png"
        }
    },
    "icons": {
        "32": "img\/logo32.png",
        "48": "img\/logo48.png",
        "128": "img\/logo128.png"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'"
}