OfferAdder
Add all offers to all your credit cards quickly!
OfferAdder क्या है?
OfferAdder JonLuca द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add all offers to all your credit cards quickly!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में OfferAdder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | OfferAdder |
ID | fnkdinpfaifdabidnjcdgnkhfaeibbnp |
आधिकारिक URL | https://chromewebstore.google.com/detail/offeradder/fnkdinpfaifdabidnjcdgnkhfaeibbnp |
विवरण | Add all offers to all your credit cards quickly! |
फ़ाइल का आकार | 70.81 KB |
स्थापना संख्या | 381 |
वर्तमान संस्करण | 3.1 |
अंतिम अपडेट | 2021-12-15 |
प्रकाशन तिथि | 2019-10-07 |
रेटिंग | 3.57/5 कुल 7 रेटिंग्स |
डेवलपर | JonLuca |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/jonluca/AddToAmex |
सहायता पृष्ठ URL | https://github.com/jonluca/AddToAmex |
गोपनीयता नीति पृष्ठ URL | https://github.com/jonluca/RideShare-Trip-Stats/blob/master/PRIVACY.md |
समर्थित भाषाएँ | 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" } |