Admina

i.moneyforward.com

Admina란 무엇입니까?

Admina은(는) Money Forward i에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "i.moneyforward.com"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Admina 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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
이메일 [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"
    }
}