Amex BoA Chase Citi Offer Collector

Add all your Amex BoA Chase Citi US Bank Paypal offers with a single click, and get notified when you are on offer-eligible websites

什么是Amex BoA Chase Citi Offer Collector?

Amex BoA Chase Citi Offer Collector是由https://offer.love开发的Chrome扩展程序,该扩展的主要功能是“Add all your Amex BoA Chase Citi US Bank Paypal offers with a single click, and get notified when you are on offer-eligible websites”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Amex BoA Chase Citi Offer Collector扩展crx文件

下载Amex BoA Chase Citi Offer Collector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Collect all your Amex / Chase / BoA (Bank of America) / Citi / Paypal Offers with a single click, and receive notifications when you visit websites that are offer eligible.

We also support clipping coupons from Grocery Stores like HEB, Kroger and Safeway.

You can search all your added offers and available offers at https://offer.love/

=== How to Use ===
1. Open your Amex / Chase / BoA / Citi / Paypal / HEB / Safeway / Kroger offers dashboard
2. Load the all offers page
3. Click on the extension icon, then click Start
4. Enjoy!

You will also receive a pop-up banner to remind you about your saved Amex / Chase / BoA / Citi / Paypal Offers when you are on an offer-eligible website.

That's it! Thank you. Please see the screenshots for details.

=== Fully Open Source ===
https://github.com/buy/amex-offer-collector                    

扩展基本信息

名称 Amex BoA Chase Citi Offer Collector Amex BoA Chase Citi Offer Collector
ID onoiombdhkjneegnlbgodhopdnadfknm
官方URL https://chromewebstore.google.com/detail/amex-boa-chase-citi-offer/onoiombdhkjneegnlbgodhopdnadfknm
简介 Add all your Amex BoA Chase Citi US Bank Paypal offers with a single click, and get notified when you are on offer-eligible websites
文件大小 477 KB
安装次数 2,795
当前版本 1.10.10
更新时间 2024-01-28
上架时间 2023-03-06
评分 4.99/5 共67次评分
开发者 https://offer.love
电子邮箱 [email protected]
付费类型 free
扩展官网 https://offer.love/
帮助页面URL https://offer.love/help
隐私政策页面URL https://costbell.com/privacy-policy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amex BoA Chase Citi Offer Collector",
    "action": {
        "default_title": "Click to Use The Offer Collector",
        "default_popup": "\/popup\/popup.html"
    },
    "manifest_version": 3,
    "version": "1.10.10",
    "description": "Add all your Amex BoA Chase Citi US Bank Paypal offers with a single click, and get notified when you are on offer-eligible websites",
    "permissions": [
        "activeTab",
        "scripting",
        "storage",
        "tabs",
        "notifications",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "icons": {
        "16": "icons\/amex-offer-collector-icon.png",
        "32": "icons\/amex-offer-collector-icon.png",
        "48": "icons\/amex-offer-collector-icon.png",
        "128": "icons\/amex-offer-collector-icon.png"
    }
}