Expressed

Applies all offers in the Amex Offers & Benefits tab

Apa itu Expressed?

Expressed adalah ekstensi Chrome yang dikembangkan oleh BuildLoop, dan fitur utamanya adalah "Applies all offers in the Amex Offers & Benefits tab".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Expressed

Unduh file ekstensi Expressed dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Expressed Expressed
ID edoojjbfnickogennjiiboemldfndjim
URL Resmi https://chromewebstore.google.com/detail/expressed/edoojjbfnickogennjiiboemldfndjim
Deskripsi Applies all offers in the Amex Offers & Benefits tab
Ukuran File 17.22 KB
Jumlah Instalasi 72
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2022-10-25
Tanggal Publikasi 2022-10-25
Penilaian 4.00/5 Total 1 Penilaian
Pengembang BuildLoop
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://buildloop.com/privacy.html
Bahasa yang Didukung 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"
        }
    ]
}