OfferAdder

Add all offers to all your credit cards quickly!

Vad är OfferAdder?

OfferAdder är en Chrome-tillägg utvecklad av JonLuca, och dess huvudfunktion är "Add all offers to all your credit cards quickly!".

Tilläggsskärmbilder

screenshot

Ladda ner OfferAdder-förlängningens CRX-fil

Ladda ner OfferAdder-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn OfferAdder OfferAdder
ID fnkdinpfaifdabidnjcdgnkhfaeibbnp
Officiell webbadress https://chromewebstore.google.com/detail/offeradder/fnkdinpfaifdabidnjcdgnkhfaeibbnp
Beskrivning Add all offers to all your credit cards quickly!
Filstorlek 70.81 KB
Antal Installationer 381
Aktuell Version 3.1
Senast Uppdaterad 2021-12-15
Publiceringsdatum 2019-10-07
Betyg 3.57/5 Totalt 7 Betyg
Utvecklare JonLuca
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/jonluca/AddToAmex
Hjälpsida URL https://github.com/jonluca/AddToAmex
URL till Sekretesspolicy Sidan https://github.com/jonluca/RideShare-Trip-Stats/blob/master/PRIVACY.md
Stödda Språk 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"
}