OfferAdder
Add all offers to all your credit cards quickly!
Apa itu OfferAdder?
OfferAdder adalah ekstensi Chrome yang dikembangkan oleh JonLuca, dan fitur utamanya adalah "Add all offers to all your credit cards quickly!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi OfferAdder
Unduh file ekstensi OfferAdder dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | OfferAdder |
ID | fnkdinpfaifdabidnjcdgnkhfaeibbnp |
URL Resmi | https://chromewebstore.google.com/detail/offeradder/fnkdinpfaifdabidnjcdgnkhfaeibbnp |
Deskripsi | Add all offers to all your credit cards quickly! |
Ukuran File | 70.81 KB |
Jumlah Instalasi | 381 |
Versi Saat Ini | 3.1 |
Terakhir Diperbarui | 2021-12-15 |
Tanggal Publikasi | 2019-10-07 |
Penilaian | 3.57/5 Total 7 Penilaian |
Pengembang | JonLuca |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/jonluca/AddToAmex |
URL Halaman Bantuan | https://github.com/jonluca/AddToAmex |
URL Halaman Kebijakan Privasi | https://github.com/jonluca/RideShare-Trip-Stats/blob/master/PRIVACY.md |
Bahasa yang Didukung | 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" } |