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」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

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 Login Me Now - WordPress Login Manager
ID kkkofomlfhbepmpiplggmfpomdnkljoh
公式URL 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
Eメール [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": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ]
}