OfferAdder

Add all offers to all your credit cards quickly!

Was ist OfferAdder?

OfferAdder ist eine Chrome-Erweiterung, die von JonLuca entwickelt wurde, und ihr Hauptmerkmal ist "Add all offers to all your credit cards quickly!".

Erweiterungsscreenshots

screenshot

OfferAdder-Erweiterungs-CRX-Datei herunterladen

Laden Sie OfferAdder-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name OfferAdder OfferAdder
ID fnkdinpfaifdabidnjcdgnkhfaeibbnp
Offizielle URL https://chromewebstore.google.com/detail/offeradder/fnkdinpfaifdabidnjcdgnkhfaeibbnp
Beschreibung Add all offers to all your credit cards quickly!
Dateigröße 70.81 KB
Installationsanzahl 381
Aktuelle Version 3.1
Letztes Update 2021-12-15
Veröffentlichungsdatum 2019-10-07
Bewertung 3.57/5 Insgesamt 7 Bewertungen
Entwickler JonLuca
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/jonluca/AddToAmex
Hilfeseite URL https://github.com/jonluca/AddToAmex
URL der Datenschutzrichtlinien-Seite https://github.com/jonluca/RideShare-Trip-Stats/blob/master/PRIVACY.md
Unterstützte Sprachen 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"
}