American Airlines AAdvantage eShopping℠
Activate American Airlines AAdvantage® miles directly from 950+ store sites with one click and never miss out on miles again.
American Airlines AAdvantage eShopping℠란 무엇입니까?
American Airlines AAdvantage eShopping℠은(는) https://www.aadvantageeshopping.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Activate American Airlines AAdvantage® miles directly from 950+ store sites with one click and never miss out on miles again."입니다.
확장 프로그램 스크린샷
American Airlines AAdvantage eShopping℠ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
- Easy-to-activate reminders.
The button will let you know when it's time to activate and earn miles per dollar seamlessly as you shop online to get airline rewards.
- Compare mileage offers.
See which store is offering the most miles per dollar right in your Google search results.
- View your recent earnings.
Track your shopping history and see how many miles you've been earning. Then celebrate your airline loyalty by booking your dream trip!
- Enjoy savings at your fingertips.
Shopping online has never been easier thanks to coupon codes that are automatically applied at checkout, plus a price comparison feature that shows you other retailers offering your items at a lower price.
- Let the miles you love come to you.
If you love earning American Airlines AAdvantage® miles, add the American Airlines AAdvantage eShopping℠ button now to get rewarded every time you shop at your favorite store sites.
By downloading and installing the AAdvantage eShopping℠ button, you are agreeing to the AAdvantage eShopping℠ button EULA located at https://www.aadvantageeshopping.com/eula____.htm
Terms & Conditions: https://www.aadvantageeshopping.com/terms____.htm
Privacy Policy: https://www.aa.com/privacy 확장 프로그램 기본 정보
| 이름 | |
| ID | dcdiajifnnbipfljbggcbbheipfdmgpo |
| 공식 URL | https://chromewebstore.google.com/detail/american-airlines-aadvant/dcdiajifnnbipfljbggcbbheipfdmgpo |
| 설명 | Activate American Airlines AAdvantage® miles directly from 950+ store sites with one click and never miss out on miles again. |
| 파일 크기 | 15.56 MB |
| 설치 횟수 | 281,410 |
| 현재 버전 | 2.2.42 |
| 최근 업데이트 | 2023-10-18 |
| 출시 날짜 | 2020-06-02 |
| 평점 | 4.80/5 총 471 개의 평점 |
| 개발자 | https://www.aadvantageeshopping.com |
| 이메일 | [email protected] |
| 결제 유형 | free |
| 확장 프로그램 웹 사이트 | https://www.aadvantageeshopping.com/button |
| 도움말 페이지 URL | https://www.aadvantageeshopping.com/faq____.htm |
| 개인정보 보호 정책 페이지 URL | https://www.aa.com/privacy |
| 지원되는 언어 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "American Airlines AAdvantage eShopping\u2120",
"version": "2.2.42",
"description": "Activate American Airlines AAdvantage\u00ae miles directly from 950+ store sites with one click and never miss out on miles again.",
"homepage_url": "https:\/\/www.aadvantageeshopping.com",
"author": "Cartera",
"manifest_version": 3,
"permissions": [
"tabs",
"webNavigation",
"webRequest",
"storage",
"unlimitedStorage",
"cookies",
"alarms"
],
"host_permissions": [
"*:\/\/*\/*"
],
"background": {
"service_worker": "bg\/bundle.js"
},
"content_scripts": [
{
"js": [
"content\/bundle.js"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "img\/icon-32.png",
"32": "img\/icon-32.png"
},
"default_title": "AAdvantage eShopping Button"
},
"icons": {
"48": "img\/icon-48.png",
"128": "img\/icon-128.png"
},
"web_accessible_resources": [
{
"resources": [
"content\/*.css",
"content\/*.svg"
],
"matches": [
"*:\/\/*\/*"
]
}
]
} | |