Admina
i.moneyforward.com
What is Admina?
Admina is a Chrome extension developed by Money Forward i, and its main feature is "i.moneyforward.com".
Extension Screenshots
Download Admina Extension CRX File
Download Admina extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Admina |
ID | bdeanmdeckegmfjpbnngomallcedjold |
Official URL | https://chromewebstore.google.com/detail/admina/bdeanmdeckegmfjpbnngomallcedjold |
Description | i.moneyforward.com |
File Size | 182 KB |
Installation Count | 10,000 |
Current Version | 1.1.8 |
Last Updated | 2024-02-09 |
Publish Date | 2022-09-19 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Money Forward i |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://i.moneyforward.com/en/privacy |
Supported Languages | 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" } } |