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.”。
扩展截图
下载FoundersCard Chrome Extension扩展crx文件
下载FoundersCard Chrome Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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": [ "*" ] } |