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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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