Mona Secure Protocol V3

Cấu hình admin cho mona website

What is Mona Secure Protocol V3?

Mona Secure Protocol V3 is a Chrome extension developed by nhaphangtrungquoc11, and its main feature is "Cấu hình admin cho mona website".

Extension Screenshots

screenshot
screenshot

Download Mona Secure Protocol V3 Extension CRX File

Download Mona Secure Protocol V3 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Tiện ích mở rộng dành cho khách hàng sử dụng dịch vụ của Mona Software.

Tiện ích này cung cấp tính năng bảo mật cho hệ quản trị nội dung do Mona Software cung cấp, như một lớp bảo mật thêm vào ngoài phương thức xác thực bằng tài khoản thông thường.

Ở phiên bản ra mắt 0.0.1 này sẽ bao gồm các tính năng: thêm bảo mật 2 lớp cho website khách hàng Mona thông qua việc gửi kèm request header và verify request header từ phía server                    

Extension Basic Information

Name Mona Secure Protocol V3 Mona Secure Protocol V3
ID djaaaljkjiddijckejdgdlkogkbjjnfo
Official URL https://chromewebstore.google.com/detail/mona-secure-protocol-v3/djaaaljkjiddijckejdgdlkogkbjjnfo
Description Cấu hình admin cho mona website
File Size 409 KB
Installation Count 716
Current Version 0.0.3.2
Last Updated 2023-11-27
Publish Date 2023-08-08
Rating 5.00/5 Total 3 Ratings
Developer nhaphangtrungquoc11
Email [email protected]
Payment Type free
Extension Website https://mona.host
Privacy Policy Page URL http://foxexpress.com.vn/privacy-policy.html
Supported Languages vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "description": "C\u1ea5u h\u00ecnh admin cho mona website",
    "action": {
        "default_icon": {
            "16": "images\/logo.png",
            "24": "images\/logo.png",
            "32": "images\/logo.png"
        },
        "default_title": "Mona Secure Protocol V2",
        "default_popup": "popup.html"
    },
    "manifest_version": 3,
    "name": "Mona Secure Protocol V3",
    "options_page": "options.html",
    "permissions": [
        "declarativeNetRequest",
        "declarativeNetRequestWithHostAccess",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "version": "0.0.3.2",
    "minimum_chrome_version": "88.0.0",
    "externally_connectable": {
        "matches": [
            "*:\/\/*\/*"
        ]
    }
}