Expressed

Applies all offers in the Amex Offers & Benefits tab

Expressed là gì?

Expressed là một tiện ích mở rộng Chrome được phát triển bởi BuildLoop, và tính năng chính của nó là "Applies all offers in the Amex Offers & Benefits tab".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Expressed

Tải xuống các tệp mở rộng Expressed dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Expressed Expressed
ID edoojjbfnickogennjiiboemldfndjim
URL Chính Thức https://chromewebstore.google.com/detail/expressed/edoojjbfnickogennjiiboemldfndjim
Mô tả Applies all offers in the Amex Offers & Benefits tab
Kích Thước Tệp 17.22 KB
Số Lần Cài Đặt 72
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2022-10-25
Ngày Phát Hành 2022-10-25
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển BuildLoop
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://buildloop.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}