Avion Rewards ShopPlus

Cash back deals from thousands of retailers, so you can save up to 40% wherever you shop.

Avion Rewards ShopPlusとは何ですか?

Avion Rewards ShopPlusはRoyal Bank of Canadaによって開発されたChromeの拡張機能で、その主な機能は「Cash back deals from thousands of retailers, so you can save up to 40% wherever you shop.」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        A free Chrome Extension that is available to everyone in Canada!


Avion Rewards ShopPlus can help you unlock more value AND savings every day with amazing cash back deals from over 2,400 retailers and it can help you save up to 40%.

Install the extension, then search and shop online as you always do and it will automatically let you know when cash back deals are available. Activate your deal, make your purchase and receive your cash back and savings.

DEALS WHEN YOU SEARCH
See available cash back deals right in your Google search results. 

DEALS WHEN YOU SHOP
Visit your favorite retailer websites and we’ll notify you whenever cash back deals are available there are over 2,400 retailers to shop from.


Learn more at https://www.avionrewards.com/browserextension/index.html                    

拡張機能の基本情報

名前 Avion Rewards ShopPlus Avion Rewards ShopPlus
ID hgkldehjkbldmhhkokccmeloejmkhfio
公式URL https://chromewebstore.google.com/detail/avion-rewards-shopplus/hgkldehjkbldmhhkokccmeloejmkhfio
説明 Cash back deals from thousands of retailers, so you can save up to 40% wherever you shop.
ファイルサイズ 2.14 MB
インストール数 32,819
現在のバージョン 1.1.11
最終更新日 2023-09-07
公開日 2023-02-11
評価 2.22/5 合計 36 レビュー
開発者 Royal Bank of Canada
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://www.rbcroyalbank.com/customer-service/index.html
対応言語 en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.1.11",
    "name": "__MSG_Manifest_appName__",
    "description": "__MSG_Manifest_appDesc__",
    "default_locale": "en",
    "short_name": "__MSG_Manifest_shortAppName__",
    "icons": {
        "128": "img\/avion-icon.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "notifications",
        "background",
        "webRequest",
        "unlimitedStorage",
        "cookies"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "action": {
        "default_icon": "img\/avion-icon.png"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "browser-polyfill.min.js",
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "fonts\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "oauth.html"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "shoppay.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}