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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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
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"
}