Expressed

Applies all offers in the Amex Offers & Benefits tab

什麼是Expressed?

Expressed是由BuildLoop開發的Chrome擴展程式,該擴展的主要功能是“Applies all offers in the Amex Offers & Benefits tab”。

擴展截圖

screenshot

下載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 Expressed
ID edoojjbfnickogennjiiboemldfndjim
官方網址 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"
        }
    ]
}