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 |
公式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 |
Eメール | [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" } } |