Mona Secure Protocol V3
Cấu hình admin cho mona website
Qu'est-ce que Mona Secure Protocol V3 ?
Mona Secure Protocol V3 est une extension Chrome développée par nhaphangtrungquoc11, et sa fonction principale est "Cấu hình admin cho mona website".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Mona Secure Protocol V3
Téléchargez les fichiers d'extension Mona Secure Protocol V3 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Mona Secure Protocol V3 |
ID | djaaaljkjiddijckejdgdlkogkbjjnfo |
URL Officiel | https://chromewebstore.google.com/detail/mona-secure-protocol-v3/djaaaljkjiddijckejdgdlkogkbjjnfo |
Description | Cấu hình admin cho mona website |
Taille du Fichier | 409 KB |
Nombre d'Installations | 716 |
Version Actuelle | 0.0.3.2 |
Dernière Mise à Jour | 2023-11-27 |
Date de Publication | 2023-08-08 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | nhaphangtrungquoc11 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://mona.host |
URL de la Page de Politique de Confidentialité | http://foxexpress.com.vn/privacy-policy.html |
Langues Prises en Charge | 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": [ "*:\/\/*\/*" ] } } |