OfferAdder
Add all offers to all your credit cards quickly!
What is OfferAdder?
OfferAdder is a Chrome extension developed by JonLuca, and its main feature is "Add all offers to all your credit cards quickly!".
Extension Screenshots
Download OfferAdder Extension CRX File
Download OfferAdder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | OfferAdder |
ID | fnkdinpfaifdabidnjcdgnkhfaeibbnp |
Official URL | https://chromewebstore.google.com/detail/offeradder/fnkdinpfaifdabidnjcdgnkhfaeibbnp |
Description | Add all offers to all your credit cards quickly! |
File Size | 70.81 KB |
Installation Count | 381 |
Current Version | 3.1 |
Last Updated | 2021-12-15 |
Publish Date | 2019-10-07 |
Rating | 3.57/5 Total 7 Ratings |
Developer | JonLuca |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/jonluca/AddToAmex |
Help Page URL | https://github.com/jonluca/AddToAmex |
Privacy Policy Page URL | https://github.com/jonluca/RideShare-Trip-Stats/blob/master/PRIVACY.md |
Supported Languages | 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" } |