Expressed
Applies all offers in the Amex Offers & Benefits tab
Expressed란 무엇입니까?
Expressed은(는) BuildLoop에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Applies all offers in the Amex Offers & Benefits tab"입니다.
확장 프로그램 스크린샷
Expressed 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Add all current Amex Offers with a single click. Directions: Navigate to Amex Offers & Benefits tab. Click "View All" Ensure "Available" tab is selected. Click the "Apply All Offers" button and watch the magic work! Depending on the number of available offers, this may take a few minutes. We are not affiliated, associated, authorized, endorsed by, or in any way officially connected with American Express, or any of its subsidiaries or its affiliates.
확장 프로그램 기본 정보
이름 | Expressed |
ID | edoojjbfnickogennjiiboemldfndjim |
공식 URL | https://chromewebstore.google.com/detail/expressed/edoojjbfnickogennjiiboemldfndjim |
설명 | Applies all offers in the Amex Offers & Benefits tab |
파일 크기 | 17.22 KB |
설치 횟수 | 72 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2022-10-25 |
출시 날짜 | 2022-10-25 |
평점 | 4.00/5 총 1 개의 평점 |
개발자 | BuildLoop |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://buildloop.com/privacy.html |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Expressed", "action": { "default_popup": "popup.html" }, "manifest_version": 3, "version": "1.0.1", "description": "Applies all offers in the Amex Offers & Benefits tab", "permissions": [ "activeTab", "scripting", "declarativeContent", "tabs" ], "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "host_permissions": [ "https:\/\/*.americanexpress.com\/" ], "content_scripts": [ { "matches": [ "*:\/\/*.americanexpress.com\/*" ], "js": [ "popup.js" ], "run_at": "document_end" } ] } |