Aeroplan Shopping Button
Aeroplan Shopping Button
Aeroplan Shopping Button란 무엇입니까?
Aeroplan Shopping Button은(는) RewardOps에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Aeroplan Shopping Button"입니다.
확장 프로그램 스크린샷
Aeroplan Shopping Button 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" ] } |