Savings Bar: Compare Prices in One Click

One Click Price Comparison. Start Saving Smartly

Qu'est-ce que Savings Bar: Compare Prices in One Click ?

Savings Bar: Compare Prices in One Click est une extension Chrome développée par Savings.Bar., et sa fonction principale est "One Click Price Comparison. Start Saving Smartly".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Savings Bar: Compare Prices in One Click

Téléchargez les fichiers d'extension Savings Bar: Compare Prices in One Click au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Savings Bar: Compare Prices in One Click Savings Bar: Compare Prices in One Click
ID ebpbpodkpkceaodnfdeigbcafahaakmo
URL Officiel https://chromewebstore.google.com/detail/savings-bar-compare-price/ebpbpodkpkceaodnfdeigbcafahaakmo
Description One Click Price Comparison. Start Saving Smartly
Taille du Fichier 626 KB
Nombre d'Installations 26
Version Actuelle 3.1.2
Dernière Mise à Jour 2021-08-12
Date de Publication 2020-09-25
Évaluation 4.87/5 Total 53 Évaluations
Développeur Savings.Bar.
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://savings.bar/
URL de la Page de Politique de Confidentialité https://savings.bar/privacy
Langues Prises en Charge 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'"
}