Mona Secure Protocol V3
Cấu hình admin cho mona website
Was ist Mona Secure Protocol V3?
Mona Secure Protocol V3 ist eine Chrome-Erweiterung, die von nhaphangtrungquoc11 entwickelt wurde, und ihr Hauptmerkmal ist "Cấu hình admin cho mona website".
Erweiterungsscreenshots
Mona Secure Protocol V3-Erweiterungs-CRX-Datei herunterladen
Laden Sie Mona Secure Protocol V3-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Mona Secure Protocol V3 |
ID | djaaaljkjiddijckejdgdlkogkbjjnfo |
Offizielle URL | https://chromewebstore.google.com/detail/mona-secure-protocol-v3/djaaaljkjiddijckejdgdlkogkbjjnfo |
Beschreibung | Cấu hình admin cho mona website |
Dateigröße | 409 KB |
Installationsanzahl | 716 |
Aktuelle Version | 0.0.3.2 |
Letztes Update | 2023-11-27 |
Veröffentlichungsdatum | 2023-08-08 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | nhaphangtrungquoc11 |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://mona.host |
URL der Datenschutzrichtlinien-Seite | http://foxexpress.com.vn/privacy-policy.html |
Unterstützte Sprachen | 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": [ "*:\/\/*\/*" ] } } |