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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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'"
}