Password Depot Extension

Interface to the Password Depot application.

Password Depot Extensionとは何ですか?

Password Depot Extensionはhttps://www.password-depot.comによって開発されたChromeの拡張機能で、その主な機能は「Interface to the Password Depot application.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Password Depot Extension拡張機能のCRXファイルをダウンロード

Password Depot Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        NOTE: This is an add-on for the Password Depot application version 12 and above.

Before installing the extension, we recommend that you download and install the latest version of Password Depot: https://www.password-depot.de/en/download.htm. If you use this extension, Password Depot can automatically fill in web forms in the browser and add new password entries to the main program.

Password Depot is a powerful and user-friendly application (Windows, Mac OS, Android and iOS) for managing your passwords, software licenses, credit cards. Documents, Remote Desktop Connections and Encrypted Documents. More information about Password Depot can be found at: https://www.password-depot.de/en/                    

拡張機能の基本情報

名前 Password Depot Extension Password Depot Extension
ID ggojliohohbachojmcgelnjmnjmjgidn
公式URL https://chromewebstore.google.com/detail/password-depot-extension/ggojliohohbachojmcgelnjmnjmjgidn
説明 Interface to the Password Depot application.
ファイルサイズ 961 KB
インストール数 10,000
現在のバージョン 15.3.3
最終更新日 2023-08-14
公開日 2020-02-17
評価 3.88/5 合計 51 レビュー
開発者 https://www.password-depot.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.password-depot.de
ヘルプページのURL https://www.password-depot.de/support.htm
プライバシーポリシーページのURL https://www.password-depot.de/en/company/privacy.htm
対応言語 de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Password Depot Extension",
    "version": "15.3.3",
    "manifest_version": 3,
    "description": "__MSG_pd_description__",
    "homepage_url": "https:\/\/www.password-depot.de",
    "default_locale": "en",
    "icons": {
        "128": "icons\/128.png",
        "48": "icons\/48.png",
        "16": "icons\/16.png"
    },
    "background": {
        "service_worker": "js\/pdBackgroundScript.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "vendor\/underscore-min.js",
                "vendor\/jquery-3.5.1.min.js",
                "js\/pdContentScript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_icon": "icons\/48.png",
        "default_title": "Password Depot",
        "default_popup": "dialogs\/popup.html"
    },
    "permissions": [
        "nativeMessaging",
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dialogs\/*",
                "icons\/*",
                "fonts\/*",
                "assets\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": {
        "script-src": "self",
        "object-src": "self"
    }
}