Strongbox AutoFill

Strongbox Browser AutoFill Extension

Qu'est-ce que Strongbox AutoFill ?

Strongbox AutoFill est une extension Chrome développée par https://strongboxsafe.com, et sa fonction principale est "Strongbox Browser AutoFill Extension".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Strongbox AutoFill

Téléchargez les fichiers d'extension Strongbox AutoFill au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Strongbox AutoFill Strongbox AutoFill
ID mnilpkfepdibngheginihjpknnopchbn
URL Officiel https://chromewebstore.google.com/detail/strongbox-autofill/mnilpkfepdibngheginihjpknnopchbn
Description Strongbox Browser AutoFill Extension
Taille du Fichier 4.02 MB
Nombre d'Installations 4,888
Version Actuelle 1.1.1
Dernière Mise à Jour 2023-12-06
Date de Publication 2022-09-21
Évaluation 3.75/5 Total 20 Évaluations
Développeur https://strongboxsafe.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://strongboxsafe.com
URL de la Page d'Aide https://strongboxsafe.com/support
URL de la Page de Politique de Confidentialité https://strongboxsafe.com/privacy
Langues Prises en Charge 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"
            ]
        }
    ]
}