Mailinblack

Mailinblack

Mailinblack란 무엇입니까?

Mailinblack은(는) root에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Mailinblack"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Sikker, exclusively available to Mailinblack clients, is your password manager that secures your professional and personal digital life. With just one master password, access all your accounts with peace of mind. Our advanced technologies guarantee strong, unbreakable passwords. Sikker's intuitive interface makes managing passwords easy and secure, providing a perfect balance between security and simplicity.


With Sikker, securely store your passwords and protect yourself from cyber threats related to credential compromise:

• Store personal and professional credentials in one place.
• Generate complex passwords and store them in an encrypted digital vault.
• Let the app automatically fill in your credentials on all websites and apps.
• Share passwords with your teams through shared vaults.
• Monitor your password security with our dark web surveillance tool.
• Access your passwords securely on all your devices.


To use Sikker, a professional Mailinblack license is required. 
Don't have a license? Discover Mailinblack : https://www.mailinblack.com/dem                    

확장 프로그램 기본 정보

이름 Mailinblack Mailinblack
ID gggnmagjmfbiedajbiccdpfffjljpepg
공식 URL https://chromewebstore.google.com/detail/mailinblack/gggnmagjmfbiedajbiccdpfffjljpepg
설명 Mailinblack
파일 크기 2.04 MB
설치 횟수 483
현재 버전 1.2.0
최근 업데이트 2024-03-06
출시 날짜 2024-02-09
평점 5.00/5 총 5 개의 평점
개발자 root
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.mailinblack.com/
개인정보 보호 정책 페이지 URL https://www.mailinblack.com/politique-de-confidentialite
지원되는 언어 de,en,fr,es,it,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "minimum_chrome_version": "102.0",
    "background": {
        "service_worker": "background.js"
    },
    "name": "Mailinblack",
    "short_name": "MIB",
    "version": "1.2.0",
    "description": "Mailinblack",
    "author": "MailInBlack",
    "default_locale": "fr",
    "homepage_url": "https:\/\/www.mailinblack.com",
    "icons": {
        "16": "assets\/icons\/sikker_32.png",
        "32": "assets\/icons\/sikker_32.png",
        "48": "assets\/icons\/sikker_32.png",
        "96": "assets\/icons\/sikker_32.png",
        "128": "assets\/icons\/sikker_32.png",
        "256": "assets\/icons\/sikker_32.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "orchestrator.js"
            ],
            "all_frames": false,
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_title": "Mailinblack",
        "default_popup": "index.html?target=vault"
    },
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage",
        "alarms",
        "scripting",
        "webRequest",
        "idle",
        "privacy"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.mailinblack.com\/*",
            "https:\/\/app.spamisover.com\/*",
            "http:\/\/localhost:4200\/*",
            "http:\/\/127.0.0.1:4210\/*",
            "http:\/\/localhost\/*"
        ]
    }
}