パスワード倉庫

ログイン情報を管理できます。

What is パスワード倉庫?

パスワード倉庫 is a Chrome extension developed by system.dev123, and its main feature is "ログイン情報を管理できます。".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download パスワード倉庫 Extension CRX File

Download パスワード倉庫 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        パスワード倉庫があなたの大切なパスワードを守ります。

複数のWEBサービスで、同じパスワードを使いまわしたり、、使いたいときにパスワードを忘れて、パスワードをリセット、、そのような経験をされた方に、おすすめの拡張機能です。


【主な特徴】

1. パスワード倉庫にIDとパスワードを保管すると、ワンクリックでログイン可能に!

2.IDとパスワードは機密性の高いChrome内に暗号化し保存されますので、大切な情報を守られます!

3.マスターパスワードの設定で、セキュリティを強化!                    

Extension Basic Information

Name パスワード倉庫 パスワード倉庫
ID akooakjdakkbpamfgllgnknighbpajgn
Official URL https://chromewebstore.google.com/detail/%E3%83%91%E3%82%B9%E3%83%AF%E3%83%BC%E3%83%89%E5%80%89%E5%BA%AB/akooakjdakkbpamfgllgnknighbpajgn
Description ログイン情報を管理できます。
File Size 4.46 MB
Installation Count 97
Current Version 1.2.2
Last Updated 2016-07-27
Publish Date 2016-07-26
Rating 4.00/5 Total 2 Ratings
Developer system.dev123
Email [email protected]
Payment Type free
Extension Website http://www.alt-plus.jp/labs/chrome-ext/password-box
Help Page URL http://www.alt-plus.jp/
Privacy Policy Page URL https://www.be-s.co.jp/privacy_policy
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u30d1\u30b9\u30ef\u30fc\u30c9\u5009\u5eab",
    "description": "\u30ed\u30b0\u30a4\u30f3\u60c5\u5831\u3092\u7ba1\u7406\u3067\u304d\u307e\u3059\u3002",
    "version": "1.2.2",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "unlimitedStorage"
    ],
    "icons": {
        "16": "icons\/icon.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "jquery-1.10.2.min.js",
            "cryptico\/cryptico.min.js",
            "jquery.cookie.js",
            "common.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_end",
            "js": [
                "jquery-1.10.2.min.js",
                "common.js",
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ]
        }
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_title": "\u30d1\u30b9\u30ef\u30fc\u30c9\u5009\u5eab",
        "default_popup": "popup.html"
    }
}