OfferAdder

Add all offers to all your credit cards quickly!

ما هو OfferAdder؟

OfferAdder هو إضافة Chrome تم تطويرها بواسطة JonLuca، والميزة الرئيسية لها هي "Add all offers to all your credit cards quickly!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة OfferAdder

قم بتنزيل ملفات الامتداد OfferAdder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 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
عنوان صفحة المساعدة https://github.com/jonluca/AddToAmex
عنوان صفحة سياسة الخصوصية 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"
}