OfferAdder

Add all offers to all your credit cards quickly!

Hvad er OfferAdder?

OfferAdder er en Chrome-udvidelse udviklet af JonLuca, og dens hovedfunktion er "Add all offers to all your credit cards quickly!".

Udvidelsesskærmbilleder

screenshot

Download OfferAdder-udvidelses-CRX-fil

Download OfferAdder-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn OfferAdder OfferAdder
ID fnkdinpfaifdabidnjcdgnkhfaeibbnp
Officiel URL https://chromewebstore.google.com/detail/offeradder/fnkdinpfaifdabidnjcdgnkhfaeibbnp
Beskrivelse Add all offers to all your credit cards quickly!
Filstørrelse 70.81 KB
Antal Installationer 381
Nuværende Version 3.1
Senest Opdateret 2021-12-15
Udgivelsesdato 2019-10-07
Bedømmelse 3.57/5 Samlet 7 Bedømmelser
Udvikler JonLuca
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/jonluca/AddToAmex
Hjælpeside-URL https://github.com/jonluca/AddToAmex
URL til Fortrolighedspolitik Side https://github.com/jonluca/RideShare-Trip-Stats/blob/master/PRIVACY.md
Understøttede Sprog 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"
}