OfferAdder

Add all offers to all your credit cards quickly!

OfferAdder là gì?

OfferAdder là một tiện ích mở rộng Chrome được phát triển bởi JonLuca, và tính năng chính của nó là "Add all offers to all your credit cards quickly!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng OfferAdder

Tải xuống các tệp mở rộng OfferAdder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên OfferAdder OfferAdder
ID fnkdinpfaifdabidnjcdgnkhfaeibbnp
URL Chính Thức https://chromewebstore.google.com/detail/offeradder/fnkdinpfaifdabidnjcdgnkhfaeibbnp
Mô tả Add all offers to all your credit cards quickly!
Kích Thước Tệp 70.81 KB
Số Lần Cài Đặt 381
Phiên Bản Hiện Tại 3.1
Cập Nhật Lần Cuối 2021-12-15
Ngày Phát Hành 2019-10-07
Đánh Giá 3.57/5 Tổng số 7 Đánh Giá
Nhà Phát Triển JonLuca
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/jonluca/AddToAmex
URL Trang Trợ Giúp https://github.com/jonluca/AddToAmex
URL Trang Chính Sách Bảo Mật https://github.com/jonluca/RideShare-Trip-Stats/blob/master/PRIVACY.md
Ngôn Ngữ Được Hỗ Trợ 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"
}