Mailinblack

Mailinblack

Mailinblackคืออะไร?

Mailinblack เป็นส่วนขยายของ Chrome ที่พัฒนาโดย root และคุณลักษณะหลักของมันคือ "Mailinblack"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mailinblack

ดาวน์โหลดไฟล์ส่วนขยาย Mailinblack ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/*"
        ]
    }
}