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ファイルをダウンロード
Expressed拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" } ] } |