Aeroplan Shopping Button

Aeroplan Shopping Button

Aeroplan Shopping Buttonคืออะไร?

Aeroplan Shopping Button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย RewardOps และคุณลักษณะหลักของมันคือ "Aeroplan Shopping Button"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Aeroplan Shopping Button

ดาวน์โหลดไฟล์ส่วนขยาย Aeroplan Shopping Button ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Overview
The Aeroplan Shopping Button is the browser extension for Chrome that makes it easy to earn Aeroplan points when you’re shopping online.

Earning made easy
With the Aeroplan Shopping Button, we'll let you know when you can earn points with a participating retailer without having to go to the Aeroplan eStore first.

Never miss out on points
We’ll automatically let you know when you can earn with a simple one-click activation!

Simple set-up
Add the Aeroplan Shopping Button to your browser with just a couple of clicks – and let the earning begin!

Privacy Notice

The Aeroplan Shopping Button lets Aeroplan know which of our retail partner websites you visit and the purchases you make on them. See the Aeroplan Shopping Button Privacy Notice for details about the personal information Aeroplan collects through the button.  By downloading the Aeroplan Browser Extension, you agree to the practices in the Privacy Notice.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Aeroplan Shopping Button Aeroplan Shopping Button
ID jcggkkmhpnjfdkbdopniflkghfkgoalo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/aeroplan-shopping-button/jcggkkmhpnjfdkbdopniflkghfkgoalo
คำอธิบาย Aeroplan Shopping Button
ขนาดไฟล์ 2.04 MB
จำนวนการติดตั้ง 86,614
เวอร์ชันปัจจุบัน 3.4.0
อัปเดตครั้งล่าสุด 2023-12-05
วันที่เผยแพร่ 2022-01-28
คะแนน 1.50/5 รวมทั้งหมด 60 คะแนน
ผู้พัฒนา RewardOps
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://aeroplan.rewardops.com
URL หน้าช่วยเหลือ https://aeroplan.rewardops.com/en-CA/contact-us
URL หน้านโยบายความเป็นส่วนตัว https://www.rewardops.com/aeroplan-shopping-button-privacy-notice
ภาษาที่รองรับ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appCommon_name__",
    "description": "__MSG_appCommon_description__",
    "default_locale": "en",
    "version": "3.4.0",
    "content_security_policy": "script-src 'self' https:\/\/assets.adobedtm.com https:\/\/cdn-magiclinks.trackonomics.net; object-src 'self'",
    "permissions": [
        "storage",
        "tabs",
        "webRequest",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "https:\/\/bx-ac-ca.rewardops.com\/*"
    ],
    "background": {
        "scripts": [
            "commons.bundle.js",
            "background.bundle.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "commons.bundle.js",
                "content.bundle.js"
            ]
        }
    ],
    "options_ui": {
        "open_in_tab": true,
        "page": "options.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon-light-16.png",
            "48": "images\/icon-light-48.png",
            "128": "images\/icon-light-128.png"
        }
    },
    "icons": {
        "16": "images\/icon-light-16.png",
        "48": "images\/icon-light-48.png",
        "128": "images\/icon-light-128.png"
    },
    "web_accessible_resources": [
        "images\/*.jpg",
        "images\/*.jpeg",
        "images\/*.png",
        "images\/*.gif",
        "images\/*.svg",
        "fonts\/*.eot",
        "fonts\/*.otf",
        "fonts\/*.ttf",
        "fonts\/*.woff",
        "fonts\/*.woff2",
        "*.bundle.js.map",
        "*.js.map",
        "*.map"
    ]
}