Affinipay Browser Extension

A browser extension for Affinipay

Affinipay Browser Extension란 무엇입니까?

Affinipay Browser Extension은(는) https://affinipay.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A browser extension for Affinipay"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Affinipay Browser Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Take advantage of the #1 online payment solution for associations right from your browser with the AffiniPay Google Chrome Extension. This extension installs a button in your Chrome browser that gives you quick and easy access to your secure AffiniPay payment page(s). Open your payment page instantly in a separate tab, or copy the link to your clipboard with a click of your mouse.

Make your billing process even more efficient and accept payments, or send payment links to your members in seconds, without having to leave your browser or log in to your AffiniPay account.

If you need any assistance with your AffiniPay account, our Chrome extension, or if you have any additional questions, reach out to our in-house team of Certified Payments Professionals at https://associations.affinipay.com/support/contact-us                    

확장 프로그램 기본 정보

이름 Affinipay Browser Extension Affinipay Browser Extension
ID gamjcaingbihjjdbnbbofaanncngolne
공식 URL https://chromewebstore.google.com/detail/affinipay-browser-extensi/gamjcaingbihjjdbnbbofaanncngolne
설명 A browser extension for Affinipay
파일 크기 400 KB
설치 횟수 134
현재 버전 2.0.1.0
최근 업데이트 2021-10-08
출시 날짜 2019-04-18
개발자 https://affinipay.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://affinipay.com
도움말 페이지 URL https://affinipay.com/support
개인정보 보호 정책 페이지 URL https://www.affinipay.com/terms/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.1.0",
    "name": "Affinipay Browser Extension",
    "description": "A browser extension for Affinipay",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "icon-128-92bce82.png"
        }
    },
    "icons": {
        "128": "icon-128-92bce82.png"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "identity",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.affinipay.com\/charges",
                "*:\/\/*.lawpay.com\/charges",
                "*:\/\/*.cpacharge.com\/charges"
            ],
            "js": [
                "\/content_script.bundle.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvG8tIhRCmcyWL5hy\/5wp9\/Noc0TI4ysidNdi8Wx211cw44jQTkRtEdkfL0P2ZRstOCytBt48mzIvRNAOxmmIY7LRB2mOMzvTpXeW8BHoX6HCR1L0Bx5yE0qy\/4O+WAfA68iqZa81LQAptwg7X7qC98TQlVhZIe\/nqJ+cQresMwXRTxIucitZUHoZ\/tTgeNdsC9PzYppF6LEsjH7nF\/YokNjg9sDlVcmmcJ\/jd+i7Bex952WHz30SmsbJOjvvT3Osl6VC\/Xo7p0GIfVg99oF\/erhDQ5qp3Ru7\/erBeRfwKZE3E2rsWmFVnFgPOUkHnKauCoNFJwONGrGrj1gc732ZswIDAQAB"
}