NoMorePass : Forget your passwords

Use your mobile phone to log into your websites.

什麼是NoMorePass : Forget your passwords?

NoMorePass : Forget your passwords是由https://nomorepass.com開發的Chrome擴展程式,該擴展的主要功能是“Use your mobile phone to log into your websites.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載NoMorePass : Forget your passwords擴展crx文件

下載NoMorePass : Forget your passwords擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Use this plugin to send your passwords from your mobile device to your browser. Safe, easy and unbreakable.

Just click on the icon when you are in the login page. You can right click on any field and send to this form the user/password stored on you mobile phone just scanning a qr code.

Technical description: https://www.nomorepass.com/wp/technical-description/?lang=en

You should install this app to see it working:

https://play.google.com/store/apps/details?id=com.biblioeteca.apps.NoMorePass

or

https://itunes.apple.com/us/app/no-more-pass/id1199780162?l=en&ls=1&mt=8

You can send passwords to your mobile phone using the configuration page.                    

擴展基本資訊

名稱 NoMorePass : Forget your passwords NoMorePass : Forget your passwords
ID hdkpppokceakjhonpmdgmabnknlmiped
官方網址 https://chromewebstore.google.com/detail/nomorepass-forget-your-pa/hdkpppokceakjhonpmdgmabnknlmiped
簡介 Use your mobile phone to log into your websites.
檔案大小 369 KB
安裝次數 249
目前版本 4.0.0
更新時間 2022-01-09
上架時間 2020-05-31
評分 4.64/5 共 11 次評分
開發者 https://nomorepass.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://nomorepass.com
說明頁面URL https://nomorepass.com/wp/ayuda/faq/
隱私政策頁面URL https://www.nomorepass.com/wp/politica-de-privacidad
支援的語言 de,en,es,it,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "author": "Jose Antonio Espinosa - NoMorePass.com",
    "version": "4.0.0",
    "short_name": "NoMorePass",
    "manifest_version": 3,
    "description": "__MSG_extensionDescription__",
    "homepage_url": "https:\/\/www.nomorepass.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "src\/bg\/background.js"
    },
    "options_page": "options.html",
    "action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "No More Passwords"
    },
    "permissions": [
        "declarativeContent",
        "scripting",
        "tabs",
        "clipboardWrite",
        "contextMenus",
        "activeTab"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*png",
                "img\/*gif"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ]
}