Monotp

Your best and fastest OTP/2FA authenticator

Monotpคืออะไร?

Monotp เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://monotp.com และคุณลักษณะหลักของมันคือ "Your best and fastest OTP/2FA authenticator"

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

screenshot

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

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

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

                        Fully automated 2FA authenticator. Works like a magic!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Monotp Monotp
ID dmcipdcejgpjbmbejacmaddglenhinfn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/monotp/dmcipdcejgpjbmbejacmaddglenhinfn
คำอธิบาย Your best and fastest OTP/2FA authenticator
ขนาดไฟล์ 1.37 MB
จำนวนการติดตั้ง 64
เวอร์ชันปัจจุบัน 0.0.1.7
อัปเดตครั้งล่าสุด 2020-11-07
วันที่เผยแพร่ 2020-11-07
คะแนน 4.25/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา http://monotp.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://monotp.com
URL หน้าช่วยเหลือ https://monotp.com/support
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Monotp",
    "version": "0.0.1.7",
    "description": "Your best and fastest OTP\/2FA authenticator",
    "homepage_url": "https:\/\/monotp.com",
    "default_locale": "en",
    "manifest_version": 2,
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "page.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "icons\/monotp-logo-19.png",
        "default_title": "Monotp Authenticator",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/monotp-logo-16.png",
        "48": "icons\/monotp-logo-48.png",
        "128": "icons\/monotp-logo-128.png"
    },
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "clipboardRead",
        "clipboardWrite",
        "contentSettings",
        "contextMenus",
        "notifications",
        "tabs",
        "background",
        "",
        "ws:\/\/*\/*",
        "wss:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'; "
}