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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
            ]
        }
    ]
}