Savings Bar: Compare Prices in One Click

One Click Price Comparison. Start Saving Smartly

Cos'è Savings Bar: Compare Prices in One Click?

Savings Bar: Compare Prices in One Click è un'estensione di Chrome sviluppata da Savings.Bar., e la sua funzione principale è "One Click Price Comparison. Start Saving Smartly".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Savings Bar: Compare Prices in One Click

Scarica i file di estensione Savings Bar: Compare Prices in One Click in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Savings Bar: Compare Prices in One Click Savings Bar: Compare Prices in One Click
ID ebpbpodkpkceaodnfdeigbcafahaakmo
URL Ufficiale https://chromewebstore.google.com/detail/savings-bar-compare-price/ebpbpodkpkceaodnfdeigbcafahaakmo
Descrizione One Click Price Comparison. Start Saving Smartly
Dimensione del File 626 KB
Conteggio Installazioni 26
Versione Corrente 3.1.2
Ultimo Aggiornamento 2021-08-12
Data di Pubblicazione 2020-09-25
Valutazione 4.87/5 Totale 53 Valutazioni
Sviluppatore Savings.Bar.
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://savings.bar/
URL della Pagina della Politica sulla Privacy https://savings.bar/privacy
Lingue Supportate 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'"
}