CashBag

Never miss out on Cash Back!

CashBagとは何ですか?

CashBagはhttps://cashbag.co.zaによって開発されたChromeの拡張機能で、その主な機能は「Never miss out on Cash Back!」です。

拡張機能のスクリーンショット

screenshot

CashBag拡張機能のCRXファイルをダウンロード

CashBag拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        With the CashBag Cash Back Button you’ll never miss out on cash back again!

	•	Get an alert anytime you visit a store that offers cash back without having to first go through the CashBag website
	•	Compare cash back deals right on your google search results pages
	•	Press the CashBag icon to see hot deals, stores, your cash back balances and account information at any time

Install the official CashBag Cash Back Button for Chrome today and start saving!                    

拡張機能の基本情報

名前 CashBag CashBag
ID ajefdkjkkfkidolefeelpeanogfpkkbo
公式URL https://chromewebstore.google.com/detail/cashbag/ajefdkjkkfkidolefeelpeanogfpkkbo
説明 Never miss out on Cash Back!
ファイルサイズ 209 KB
インストール数 190
現在のバージョン 1.1.9
最終更新日 2016-11-10
公開日 2016-11-09
評価 5.00/5 合計 2 レビュー
開発者 https://cashbag.co.za
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://www.cashbag.co.za
ヘルプページのURL https://cashbag.co.za/how-cashbag-works
プライバシーポリシーページのURL https://www.cashbag.co/privacy-policy
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CashBag",
    "version": "1.1.9",
    "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": {
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png",
        "32": "icons\/icon-32.png"
    }
}