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.
擴展基本資訊
名稱 | US Credit Cards 101 |
ID | lbcgkmcepniodnjjgapeaopfapiojlhc |
官方網址 | 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" } } |