airmilesshops.ca® Assistant

The easiest way to get Miles at participating online stores.

什麼是airmilesshops.ca® Assistant?

airmilesshops.ca® Assistant是由airmilesshops.ca開發的Chrome擴展程式,該擴展的主要功能是“The easiest way to get Miles at participating online stores.”。

擴展截圖

screenshot
screenshot

下載airmilesshops.ca® Assistant擴展crx文件

下載airmilesshops.ca® Assistant擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        airmilesshops.ca® Assistant by AIR MILES®


Never miss an AIR MILES® Reward MileTM when you shop online.  


Get Miles at hundreds of online stores
Visit the site you want to shop on and the browser extension will let you know if it’s available. Not all stores are available through the Assistant. Check out airmilesshops.ca to view all participating stores and offers.


Simple sign-in
To get started, simply sign in with your AIR MILES collector details and you're on your way.  


Instant offers 
Get notified about offers at participating airmilesshops.ca® stores and activate them with a single click.  

 
See offers as you search 
Discover available offers at participating online stores right inside your Google search.                    

擴展基本資訊

名稱 airmilesshops.ca® Assistant airmilesshops.ca® Assistant
ID lhaopfkppdccofghkhiijjjbakjeblgp
官方網址 https://chromewebstore.google.com/detail/airmilesshopsca%C2%AE-assistan/lhaopfkppdccofghkhiijjjbakjeblgp
簡介 The easiest way to get Miles at participating online stores.
檔案大小 441 KB
安裝次數 13,305
目前版本 2.3.3.239
更新時間 2024-02-27
上架時間 2019-11-04
評分 2.70/5 共 20 次評分
開發者 airmilesshops.ca
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://www.airmiles.ca/en/privacy.html
支援的語言 en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName_production__",
    "short_name": "airmiles",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "2.3.3.239",
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "icons\/color\/ams_icon_128x128.png"
    },
    "icons": {
        "128": "icons\/color\/ams_icon_128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "fonts\/*\/*.ttf"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.airmilesshops.ca\/*",
            "https:\/\/airmilesshops.ca\/*"
        ]
    },
    "permissions": [
        "tabs",
        "cookies",
        "storage"
    ],
    "host_permissions": [
        ""
    ]
}