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
Eメール [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"
}