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
官方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"
        }
    ]
}