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. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "One Click Price Comparison. Start Saving Smartly"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Savings Bar: Compare Prices in One Click एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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'"
}