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. 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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"
}
} | |