Expressed

Applies all offers in the Amex Offers & Benefits tab

Expressedคืออะไร?

Expressed เป็นส่วนขยายของ Chrome ที่พัฒนาโดย BuildLoop และคุณลักษณะหลักของมันคือ "Applies all offers in the Amex Offers & Benefits tab"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Expressed

ดาวน์โหลดไฟล์ส่วนขยาย 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"
        }
    ]
}