Expressed

Applies all offers in the Amex Offers & Benefits tab

Expressed क्या है?

Expressed BuildLoop द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Applies all offers in the Amex Offers & Benefits tab"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Expressed एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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