FoundersCard Chrome Extension

Easily discover, access, and redeem your member benefits while surfing the web.

FoundersCard Chrome Extension란 무엇입니까?

FoundersCard Chrome Extension은(는) https://founderscard.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily discover, access, and redeem your member benefits while surfing the web."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

FoundersCard Chrome Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension offers FoundersCard members an easy way to discover, access, and redeem their member benefits while surfing the web.

When a member visits the website of a FoundersCard partner, a pop-up will appear to notify the member that he/she has a FoundersCard benefit. The member will then be able to easily navigate to the FoundersCard benefit redemption page to activate their exclusive benefit.

Additionally, this extension identifies FoundersCard partners in Google search results so members can navigate to the relevant FoundersCard benefit page to redeem their benefit directly from Google search results.                    

확장 프로그램 기본 정보

이름 FoundersCard Chrome Extension FoundersCard Chrome Extension
ID kamiaabbnpncbobdiblhfogafnoefkae
공식 URL https://chromewebstore.google.com/detail/founderscard-chrome-exten/kamiaabbnpncbobdiblhfogafnoefkae
설명 Easily discover, access, and redeem your member benefits while surfing the web.
파일 크기 102 KB
설치 횟수 26,394
현재 버전 1.2.3
최근 업데이트 2022-03-14
출시 날짜 2020-04-30
평점 4.22/5 총 18 개의 평점
개발자 https://founderscard.com
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "jquery-1.8.3.min.js",
                "contentscript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Easily discover, access, and redeem your member benefits while surfing the web.",
    "icons": {
        "128": "icon_128.png",
        "16": "icon_16.png",
        "48": "icon_48.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC9HXXZoN4d26p0Vo5aBGeXlImMVkZF3\/uwEYwDzEEZYB7F1UXKvcidNYTfqO\/cynJ+ytFpImTnRm+cQPMaMmKR2t1VKSJlgBrVyhCdGQq\/MEZQ6N\/lYm5A+JHDM5Fs8T3BvfxOso8pzJ6uTiIZBzCVT2e5FBtBfG+xjOsXDAMGlQIDAQAB",
    "manifest_version": 2,
    "name": "FoundersCard Chrome Extension",
    "permissions": [
        "https:\/\/founderscard.com\/extension\/benefits"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.3",
    "web_accessible_resources": [
        "*"
    ]
}