FoundersCard Chrome Extension

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

FoundersCard Chrome Extension là gì?

FoundersCard Chrome Extension là một tiện ích mở rộng Chrome được phát triển bởi https://founderscard.com, và tính năng chính của nó là "Easily discover, access, and redeem your member benefits while surfing the web.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng FoundersCard Chrome Extension 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

                        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.                    

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

Tên FoundersCard Chrome Extension FoundersCard Chrome Extension
ID kamiaabbnpncbobdiblhfogafnoefkae
URL Chính Thức https://chromewebstore.google.com/detail/founderscard-chrome-exten/kamiaabbnpncbobdiblhfogafnoefkae
Mô tả Easily discover, access, and redeem your member benefits while surfing the web.
Kích Thước Tệp 102 KB
Số Lần Cài Đặt 26,394
Phiên Bản Hiện Tại 1.2.3
Cập Nhật Lần Cuối 2022-03-14
Ngày Phát Hành 2020-04-30
Đánh Giá 4.22/5 Tổng số 18 Đánh Giá
Nhà Phát Triển https://founderscard.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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": [
        "*"
    ]
}