Passwork Auto Logon

Password manager for companies

什么是Passwork Auto Logon?

Passwork Auto Logon是由https://passwork.me开发的Chrome扩展程序,该扩展的主要功能是“Password manager for companies”。

扩展截图

screenshot

下载Passwork Auto Logon扩展crx文件

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

扩展使用说明

                        Team Password Manager For Your Business.
Passwork makes corporate passwords easy. All of the data is stored safely, employees will quickly be able to find the right passwords.
The administrator manages user rights and keeps track of all actions and changes.                    

扩展基本信息

名称 Passwork Auto Logon Passwork Auto Logon
ID ipajmhlcmempmnedocmbalcbbmhgheca
官方URL https://chromewebstore.google.com/detail/passwork-auto-logon/ipajmhlcmempmnedocmbalcbbmhgheca
简介 Password manager for companies
文件大小 159 KB
安装次数 11,646
当前版本 0.6.1
更新时间 2020-10-28
上架时间 2019-11-21
评分 2.83/5 共18次评分
开发者 https://passwork.me
电子邮箱 [email protected]
付费类型 free
扩展官网 https://passwork.me
帮助页面URL https://passwork.me/help
支持的语言 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Passwork Auto Logon",
    "homepage_url": "https:\/\/passwork.me",
    "description": "Password manager for companies",
    "version": "0.6.1",
    "icons": {
        "128": "icon.png"
    },
    "default_locale": "en",
    "permissions": [
        "tabs",
        "unlimitedStorage",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "*:\/\/*\/*",
        "storage",
        "contextMenus",
        "cookies"
    ],
    "short_name": "Passwork",
    "optional_permissions": [],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Passwork",
        "default_icon": "icon.png",
        "default_popup": "www\/index.html"
    },
    "web_accessible_resources": [
        "www\/settings.html",
        "www\/formnotfound.html",
        "content.js",
        "own.js",
        "loader\/loader.html",
        "loader\/loader.js"
    ]
}