US Credit Cards 101
All your card needs, all in one place.
什么是US Credit Cards 101?
US Credit Cards 101是由https://uscreditcards101.com开发的Chrome扩展程序,该扩展的主要功能是“All your card needs, all in one place.”。
扩展截图
下载US Credit Cards 101扩展crx文件
下载US Credit Cards 101扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
We help you manage all the offers provided by your credit card companies, so you do not miss one. 扩展基本信息
| 名称 | |
| ID | lbcgkmcepniodnjjgapeaopfapiojlhc |
| 官方URL | https://chromewebstore.google.com/detail/us-credit-cards-101/lbcgkmcepniodnjjgapeaopfapiojlhc |
| 简介 | All your card needs, all in one place. |
| 文件大小 | 13.6 KB |
| 安装次数 | 1,868 |
| 当前版本 | 1.0.1 |
| 更新时间 | 2023-03-17 |
| 上架时间 | 2022-11-01 |
| 评分 | 3.00/5 共2次评分 |
| 开发者 | https://uscreditcards101.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.uscreditcards101.com/uscreditcards101-chrome-extension/ |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "US Credit Cards 101",
"version": "1.0.1",
"description": "All your card needs, all in one place.",
"icons": {
"128": "res\/favicon.png"
},
"content_scripts": [
{
"js": [
"main.js"
],
"matches": [
"https:\/\/*.americanexpress.com\/*"
],
"run_at": "document_start"
}
],
"background": {
"service_worker": "service-worker.js"
}
} | |