WowApp Shopping Cashback Assistant

The WowApp Shopping Cashback Assistant helps you earn cashback from online shopping.

WowApp Shopping Cashback Assistantとは何ですか?

WowApp Shopping Cashback AssistantはWowApp Officialによって開発されたChromeの拡張機能で、その主な機能は「The WowApp Shopping Cashback Assistant helps you earn cashback from online shopping.」です。

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

screenshot

WowApp Shopping Cashback Assistant拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Make sure you always get the best deal! The WowApp Shopping Cashback Assistant alerts you about cashback deals and compares cashback amounts for you right in the search results page.

Never again forget to earn cashback in WowApp Shop Online! Anytime you are on a store’s website that offers cashback through WowApp, the WowApp Shopping Cashback Assistant will notify you.                    

拡張機能の基本情報

名前 WowApp Shopping Cashback Assistant WowApp Shopping Cashback Assistant
ID hnapnkmenjbgabpcaomceegondmfkakl
公式URL https://chromewebstore.google.com/detail/wowapp-shopping-cashback/hnapnkmenjbgabpcaomceegondmfkakl
説明 The WowApp Shopping Cashback Assistant helps you earn cashback from online shopping.
ファイルサイズ 142 KB
インストール数 215
現在のバージョン 1.2.1
最終更新日 2021-01-26
公開日 2020-06-16
評価 5.00/5 合計 8 レビュー
開発者 WowApp Official
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.wowapp.com/policies/privacy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WowApp Shopping Cashback Assistant",
    "description": "The WowApp Shopping Cashback Assistant helps you earn cashback from online shopping.",
    "version": "1.2.1",
    "icons": {
        "16": "\/data\/img\/icon-16.png",
        "32": "\/data\/img\/icon-32.png",
        "64": "\/data\/img\/icon-64.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "cookies",
        "alarms",
        ""
    ],
    "browser_action": {
        "default_icon": {
            "16": "\/data\/img\/icon-grey-16.png",
            "32": "\/data\/img\/icon-grey-32.png",
            "64": "\/data\/img\/icon-grey-64.png"
        }
    },
    "options_ui": {
        "page": "\/data\/options.html"
    },
    "content_scripts": [
        {
            "js": [
                "\/data\/js\/document-messages.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "match_about_blank": false
        },
        {
            "run_at": "document_start",
            "js": [
                "\/data\/js\/jquery.js",
                "\/data\/js\/shop.js"
            ],
            "css": [
                "\/data\/css\/shop.css"
            ],
            "matches": [
                ""
            ],
            "match_about_blank": false
        }
    ],
    "background": {
        "scripts": [
            "\/data\/js\/jquery.js",
            "\/data\/js\/background.js"
        ]
    },
    "web_accessible_resources": [
        "data\/css\/*.*",
        "data\/img\/*.*",
        "data\/js\/jquery.js",
        "data\/js\/shop.js",
        "data\/js\/document-messages.js"
    ]
}