CashBag

Never miss out on Cash Back!

CashBagとは何ですか?

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

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

screenshot

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

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

拡張機能の使用方法

                        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
Eメール [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"
    }
}