Mooltipass Extension

Retrieve and store Mooltipass credentials easily from websites

Mooltipass Extension란 무엇입니까?

Mooltipass Extension은(는) https://www.themooltipass.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Retrieve and store Mooltipass credentials easily from websites"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        This is the Mooltipass extension, which will be the interface between the websites you visit and your Mooltipass device                    

확장 프로그램 기본 정보

이름 Mooltipass Extension Mooltipass Extension
ID ffemldjbbfhimggdkkckolidemlllklk
공식 URL https://chromewebstore.google.com/detail/mooltipass-extension/ffemldjbbfhimggdkkckolidemlllklk
설명 Retrieve and store Mooltipass credentials easily from websites
파일 크기 2.92 MB
설치 횟수 2,093
현재 버전 1.10.13
최근 업데이트 2023-10-26
출시 날짜 2019-11-25
평점 4.41/5 총 17 개의 평점
개발자 https://www.themooltipass.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.themooltipass.com/legal-notice.php
지원되는 언어 de,en,fr,nl,tr,es,it,pt-BR,ru,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mooltipass Extension",
    "version": "1.10.13",
    "manifest_version": 2,
    "default_locale": "en",
    "description": "__MSG_Manifest_Description__",
    "icons": {
        "19": "images\/icon_extension_19.png",
        "32": "images\/icon_extension_32.png",
        "128": "images\/icon_extension_128.png",
        "256": "images\/icon_extension_256.png",
        "512": "images\/icon_extension_512.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon_normal_19.png",
            "32": "images\/icon_normal_32.png",
            "128": "images\/icon_normal_128.png",
            "256": "images\/icon_normal_256.png",
            "512": "images\/icon_normal_512.png"
        },
        "default_title": "Mooltipass Extension",
        "default_popup": "popups\/popup_status.html"
    },
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true
    },
    "background": {
        "scripts": [
            "shared_scripts\/psl.min.js",
            "vendor\/seedrandom.js",
            "background\/httpauth.js",
            "background\/browserAction.js",
            "background\/page.js",
            "vendor\/mooltipass\/backend.js",
            "vendor\/mooltipass\/moolticute.js",
            "vendor\/mooltipass\/device.js",
            "background\/event.js",
            "background\/init.js",
            "background\/installAction.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "vendor\/jquery-3.2.1.js",
                "shared_scripts\/psl.min.js",
                "vendor\/mooltipass\/website.js",
                "vendor\/jquery-ui-1.11.4.custom\/jquery-ui.js",
                "vendor\/sendkeys.js",
                "vendor\/mooltipass\/mcCombinations.js",
                "content_scripts\/cip.js",
                "content_scripts\/cipDefine.js",
                "content_scripts\/cipEvents.js",
                "content_scripts\/cipFields.js",
                "content_scripts\/cipPassword.js",
                "content_scripts\/mpDialog.js",
                "mooltipass-content.js"
            ],
            "css": [
                "mooltipass-content.css"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "jquery.min.map",
        "images\/icon_password_16.png",
        "images\/icon_password_24.png",
        "images\/logo_inverted.png",
        "ui\/*"
    ],
    "permissions": [
        "contextMenus",
        "clipboardWrite",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "https:\/\/raw.github.com\/",
        "management",
        "notifications"
    ]
}