OfferAdder

Add all offers to all your credit cards quickly!

Wat is OfferAdder?

OfferAdder is een Chrome-extensie ontwikkeld door JonLuca, en de belangrijkste functie is "Add all offers to all your credit cards quickly!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie OfferAdder

Download OfferAdder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam OfferAdder OfferAdder
ID fnkdinpfaifdabidnjcdgnkhfaeibbnp
Officiële URL https://chromewebstore.google.com/detail/offeradder/fnkdinpfaifdabidnjcdgnkhfaeibbnp
Beschrijving Add all offers to all your credit cards quickly!
Bestandsgrootte 70.81 KB
Aantal Installaties 381
Huidige Versie 3.1
Laatst Bijgewerkt 2021-12-15
Publicatiedatum 2019-10-07
Beoordeling 3.57/5 Totaal 7 Beoordelingen
Ontwikkelaar JonLuca
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/jonluca/AddToAmex
Help Pagina-URL https://github.com/jonluca/AddToAmex
URL van de Privacybeleid Pagina https://github.com/jonluca/RideShare-Trip-Stats/blob/master/PRIVACY.md
Ondersteunde Talen 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"
}