Login Me Now - WordPress Login Manager
A time saver instant login app for WordPress Websites
什麼是Login Me Now - WordPress Login Manager?
Login Me Now - WordPress Login Manager是由HalalBrains開發的Chrome擴展程式,該擴展的主要功能是“A time saver instant login app for WordPress Websites”。
擴展截圖
下載Login Me Now - WordPress Login Manager擴展crx文件
下載Login Me Now - WordPress Login Manager擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension saves you time, especially if you frequently log in to multiple WordPress website dashboards throughout the day. With this extension, a secure dashboard login is just one click away. Say goodbye to the hassle of navigating to the login panel and entering your username/email and password. The login process is secure, fast, and smooth! How does it work? --- To use this extension, you need to have the Login Me Now WordPress plugin installed on your WordPress website. Make sure to enable the "Browser Extension" module. Now you can access your website's login in three ways: --- 1) Save login access directly from the dashboard popup bar. 2) Save login access by generating an encrypted token from the plugin's "Browser Extension" module settings panel. 3) Save login access by entering your username and password in the browser extension. PS: The browser extension never tracks or saves any of your website data or login credentials. When it comes to dashboard login access, it is securely stored in an encrypted format within the browser extension using an industry-standard JWT token. The generated token cannot be compressed to encrypt login credentials. Learn more: --- Website: https://wptownhall.com/login-me-now/ WordPress Plugin: https://wordpress.org/plugins/login-me-now/
擴展基本資訊
名稱 | Login Me Now - WordPress Login Manager |
ID | kkkofomlfhbepmpiplggmfpomdnkljoh |
官方網址 | https://chromewebstore.google.com/detail/login-me-now-wordpress-lo/kkkofomlfhbepmpiplggmfpomdnkljoh |
簡介 | A time saver instant login app for WordPress Websites |
檔案大小 | 1.82 MB |
安裝次數 | 83 |
目前版本 | 2.1.0 |
更新時間 | 2023-11-23 |
上架時間 | 2023-01-22 |
評分 | 5.00/5 共 2 次評分 |
開發者 | HalalBrains |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://wptownhall.com/login-me-now/ |
說明頁面URL | https://store.wptownhall.com/support/ |
隱私政策頁面URL | https://heymehedi.com/extension-privacy-policy |
支援的語言 | en-US |
manifest.json | |
{ "manifest_version": 3, "name": "Login Me Now - WordPress Login Manager", "version": "2.1.0", "author": "Login Me Now", "description": "A time saver instant login app for WordPress Websites", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_popup": "index.html", "default_title": "Login Me Now" }, "icons": { "48": "icon.png", "128": "icon.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline';" }, "permissions": [ "storage", "scripting" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ " |