Strongbox AutoFill

Strongbox Browser AutoFill Extension

Strongbox AutoFillとは何ですか?

Strongbox AutoFillはhttps://strongboxsafe.comによって開発されたChromeの拡張機能で、その主な機能は「Strongbox Browser AutoFill Extension」です。

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

screenshot

Strongbox AutoFill拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Strongbox AutoFill allows you to access your Strongbox password databases from within your browser so that you can seamlessly fill in usernames, passwords and authentication codes.                    

拡張機能の基本情報

名前 Strongbox AutoFill Strongbox AutoFill
ID mnilpkfepdibngheginihjpknnopchbn
公式URL https://chromewebstore.google.com/detail/strongbox-autofill/mnilpkfepdibngheginihjpknnopchbn
説明 Strongbox Browser AutoFill Extension
ファイルサイズ 4.02 MB
インストール数 4,888
現在のバージョン 1.1.1
最終更新日 2023-12-06
公開日 2022-09-21
評価 3.75/5 合計 20 レビュー
開発者 https://strongboxsafe.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://strongboxsafe.com
ヘルプページのURL https://strongboxsafe.com/support
プライバシーポリシーページのURL https://strongboxsafe.com/privacy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Strongbox AutoFill",
    "version": "1.1.1",
    "icons": {
        "128": "assets\/icons\/app-icon-blue-128.png"
    },
    "content_security_policy": {
        "extension_page": "script-src 'self' ; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/icons\/app-icon-blue-19.png",
                "assets\/icons\/app-icon-grey-38.png",
                "assets\/icons\/app-icon-grey-19.png",
                "assets\/icons\/app-icon-blue-38.png",
                "assets\/icons\/app-icon-circle.png",
                "_favicon\/*",
                "iframe.html"
            ],
            "matches": [
                ""
            ],
            "extension_ids": [
                "*"
            ]
        }
    ],
    "commands": {
        "autofill-first": {
            "suggested_key": {
                "default": "Ctrl+Shift+L"
            },
            "description": "AutoFill"
        },
        "open-inline-menu": {
            "suggested_key": {
                "default": "Ctrl+Shift+O"
            },
            "description": "Show Inline Menu"
        }
    },
    "action": {
        "default_title": "Strongbox",
        "default_popup": "popup.html",
        "default_icon": {
            "19": "assets\/icons\/app-icon-blue-19.png",
            "38": "assets\/icons\/app-icon-blue-38.png"
        }
    },
    "description": "Strongbox Browser AutoFill Extension",
    "short_name": "Strongbox",
    "permissions": [
        "tabs",
        "nativeMessaging",
        "webNavigation",
        "storage",
        "favicon"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "author": "Phoebe Code Limited",
    "minimum_chrome_version": "88",
    "background": {
        "service_worker": "js\/background.bundle.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content.bundle.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ]
}