CashBag

Never miss out on Cash Back!

CashBag란 무엇입니까?

CashBag은(는) CashBagco에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Never miss out on Cash Back!"입니다.

확장 프로그램 스크린샷

screenshot

CashBag 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        CashBag is more than just a rewards website, it’s a tool that helps savvy, savings conscious shoppers earn cash back and secure discounts on just about any online purchase. It’s used by active online shoppers, businesses and just about anyone that’s interested in saving when shopping online                    

확장 프로그램 기본 정보

이름 CashBag CashBag
ID imopfbpogaokhhkplbjilbofihpleagk
공식 URL https://chromewebstore.google.com/detail/cashbag/imopfbpogaokhhkplbjilbofihpleagk
설명 Never miss out on Cash Back!
파일 크기 181 KB
설치 횟수 132
현재 버전 1.1.8
최근 업데이트 2018-06-18
출시 날짜 2018-06-18
평점 5.00/5 총 1 개의 평점
개발자 CashBagco
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.cashbag.co/
도움말 페이지 URL https://www.cashbag.co/faq
개인정보 보호 정책 페이지 URL https://www.cashbag.co/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CashBag",
    "version": "1.1.8",
    "description": "Never miss out on Cash Back!",
    "homepage_url": "https:\/\/cashbag.co.za\/",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "webRequest",
        "storage",
        ""
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "ci.content.pack.js",
                "js\/libs\/jquery.js",
                "js\/libs\/underscore.js",
                "js\/libs\/backbone.js",
                "js\/libs\/handlebars.js",
                "styles\/styles.js",
                "js\/content\/templates.js",
                "js\/content\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "ci.browser.helper.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icons\/icon-32.png",
        "default_title": "CashBag"
    },
    "icons": {
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    }
}