Admina
i.moneyforward.com
Adminaとは何ですか?
AdminaはMoney Forward iによって開発されたChromeの拡張機能で、その主な機能は「i.moneyforward.com」です。
拡張機能のスクリーンショット
Admina拡張機能のCRXファイルをダウンロード
Admina拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is a chrome extension for the SaaS management platform Money Forward Admina. We collect your usage data of certain web services to help your organization manage SaaS well.
拡張機能の基本情報
名前 | Admina |
ID | bdeanmdeckegmfjpbnngomallcedjold |
公式URL | https://chromewebstore.google.com/detail/admina/bdeanmdeckegmfjpbnngomallcedjold |
説明 | i.moneyforward.com |
ファイルサイズ | 182 KB |
インストール数 | 10,000 |
現在のバージョン | 1.1.8 |
最終更新日 | 2024-02-09 |
公開日 | 2022-09-19 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | Money Forward i |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://i.moneyforward.com/en/privacy |
対応言語 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Admina", "version": "1.1.8", "description": "i.moneyforward.com", "manifest_version": 3, "permissions": [ "tabs", "storage", "identity.email", "unlimitedStorage", "idle", "alarms", "identity", "history" ], "host_permissions": [ "https:\/\/api.itmc.i.iggre.net\/*", "https:\/\/api.itmc.i.moneyforward.com\/*" ], "storage": { "managed_schema": "schema.json" }, "background": { "service_worker": "js\/background.js" }, "action": { "default_popup": "popup.html" }, "default_locale": "en", "options_page": "options.html", "icons": { "16": ".\/mfi-logo-16.png", "48": ".\/mfi-logo-48.png", "128": ".\/mfi-logo-128.png" } } |