Master Password Service

Keep all your passwords in one place

什么是Master Password Service?

Master Password Service是由Morgan Doakes开发的Chrome扩展程序,该扩展的主要功能是“Keep all your passwords in one place”。

扩展截图

screenshot

下载Master Password Service扩展crx文件

下载Master Password Service扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Using the same password for all of your web accounts is a monumentally bad idea, massively lowering your account security. However, it can be incredibly difficult to remember a seperate password for all of your accounts. 

Enter the Master Password Service! Now you only need one password without compromising security. When you make an account for anything, simply enter your one Master Password and the name of the service you're signing up for above (eg. Skype) and we'll tell you the password to use. 

Then, when you want to log in again, enter the same information and the same password will be generated again!

All of your passwords in one place.                    

扩展基本信息

名称 Master Password Service Master Password Service
ID dkhlaaamlodakbipgedalcmcaehdjnnp
官方URL https://chromewebstore.google.com/detail/master-password-service/dkhlaaamlodakbipgedalcmcaehdjnnp
简介 Keep all your passwords in one place
文件大小 31.03 KB
安装次数 27
当前版本 1.0
更新时间 2016-04-11
上架时间 2016-04-11
评分 5.00/5 共1次评分
开发者 Morgan Doakes
电子邮箱 [email protected]
付费类型 free
扩展官网 http://masterpasswordservice.hol.es/
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Master Password Service",
    "short_name": "MPS",
    "description": "Keep all your passwords in one place",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon19.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}