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
电子邮箱 [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"
            ]
        }
    ]
}