airmilesshops.ca® Assistant

The easiest way to get Miles at participating online stores.

airmilesshops.ca® Assistantคืออะไร?

airmilesshops.ca® Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย airmilesshops.ca และคุณลักษณะหลักของมันคือ "The easiest way to get Miles at participating online stores."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย airmilesshops.ca® Assistant

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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": [
        ""
    ]
}