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
Eメール [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"
    ]
}