OfferAdder
Add all offers to all your credit cards quickly!
Qu'est-ce que OfferAdder ?
OfferAdder est une extension Chrome développée par JonLuca, et sa fonction principale est "Add all offers to all your credit cards quickly!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension OfferAdder
Téléchargez les fichiers d'extension OfferAdder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | OfferAdder |
ID | fnkdinpfaifdabidnjcdgnkhfaeibbnp |
URL Officiel | https://chromewebstore.google.com/detail/offeradder/fnkdinpfaifdabidnjcdgnkhfaeibbnp |
Description | Add all offers to all your credit cards quickly! |
Taille du Fichier | 70.81 KB |
Nombre d'Installations | 381 |
Version Actuelle | 3.1 |
Dernière Mise à Jour | 2021-12-15 |
Date de Publication | 2019-10-07 |
Évaluation | 3.57/5 Total 7 Évaluations |
Développeur | JonLuca |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/jonluca/AddToAmex |
URL de la Page d'Aide | https://github.com/jonluca/AddToAmex |
URL de la Page de Politique de Confidentialité | https://github.com/jonluca/RideShare-Trip-Stats/blob/master/PRIVACY.md |
Langues Prises en Charge | 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" } |