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
官方網址 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"
}