Expressed

Applies all offers in the Amex Offers & Benefits tab

O que é Expressed?

Expressed é uma extensão do Chrome desenvolvida por BuildLoop, e sua principal característica é "Applies all offers in the Amex Offers & Benefits tab".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Expressed

Baixe arquivos de extensão Expressed no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Expressed Expressed
ID edoojjbfnickogennjiiboemldfndjim
URL Oficial https://chromewebstore.google.com/detail/expressed/edoojjbfnickogennjiiboemldfndjim
Descrição Applies all offers in the Amex Offers & Benefits tab
Tamanho do Arquivo 17.22 KB
Contagem de Instalações 72
Versão Atual 1.0.1
Última Atualização 2022-10-25
Data de Publicação 2022-10-25
Classificação 4.00/5 Total de 1 Avaliações
Desenvolvedor BuildLoop
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://buildloop.com/privacy.html
Idiomas Suportados 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"
        }
    ]
}