OfferAdder

Add all offers to all your credit cards quickly!

什么是OfferAdder?

OfferAdder是由JonLuca开发的Chrome扩展程序,该扩展的主要功能是“Add all offers to all your credit cards quickly!”。

扩展截图

screenshot

下载OfferAdder扩展crx文件

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