OfferAdder

Add all offers to all your credit cards quickly!

O que é OfferAdder?

OfferAdder é uma extensão do Chrome desenvolvida por JonLuca, e sua principal característica é "Add all offers to all your credit cards quickly!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão OfferAdder

Baixe arquivos de extensão OfferAdder 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 the Amex Offers to your account with the click of one button!

Clicking on the icon in the chrome extension will take you to your offers page, and then clicking it again will add all the offers to your account.                    

Informações Básicas da Extensão

Nome OfferAdder OfferAdder
ID fnkdinpfaifdabidnjcdgnkhfaeibbnp
URL Oficial https://chromewebstore.google.com/detail/offeradder/fnkdinpfaifdabidnjcdgnkhfaeibbnp
Descrição Add all offers to all your credit cards quickly!
Tamanho do Arquivo 70.81 KB
Contagem de Instalações 381
Versão Atual 3.1
Última Atualização 2021-12-15
Data de Publicação 2019-10-07
Classificação 3.57/5 Total de 7 Avaliações
Desenvolvedor JonLuca
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/jonluca/AddToAmex
URL da Página de Ajuda https://github.com/jonluca/AddToAmex
URL da Página de Política de Privacidade https://github.com/jonluca/RideShare-Trip-Stats/blob/master/PRIVACY.md
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "OfferAdder",
    "description": "Add all offers to all your credit cards quickly!",
    "version": "3.1",
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_icon": "images\/icon.png"
    },
    "icons": {
        "64": "images\/icon64.png",
        "32": "images\/icon32.png",
        "38": "images\/icon.png",
        "128": "images\/icon128.png"
    },
    "homepage_url": "https:\/\/jonlu.ca"
}