VaultOne Extension

VaultOne makes your IT safer & smarter. Autofill passwords from VaultOne and log in instantly to your favorite websites.

Qu'est-ce que VaultOne Extension ?

VaultOne Extension est une extension Chrome développée par https://vault.one, et sa fonction principale est "VaultOne makes your IT safer & smarter. Autofill passwords from VaultOne and log in instantly to your favorite websites.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension VaultOne Extension

Téléchargez les fichiers d'extension VaultOne Extension 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

                        Access VaultOne managed credentials directly from your browser.

The VaultOne extension has a new modern look and feel and provides secure access to your web based secrets. 
 
This extension requires use and integration with VaultOne Service.
 
The extension automatically identifies the existence of credential fields and will automatically populate them based on existing secrets in VaultOne Service.                    

Informations de Base sur l'Extension

Nom VaultOne Extension VaultOne Extension
ID fjdhgajbjkmbnjckgecmdegclijcgnkj
URL Officiel https://chromewebstore.google.com/detail/vaultone-extension/fjdhgajbjkmbnjckgecmdegclijcgnkj
Description VaultOne makes your IT safer & smarter. Autofill passwords from VaultOne and log in instantly to your favorite websites.
Taille du Fichier 71.11 KB
Nombre d'Installations 5,083
Version Actuelle 1.3.1
Dernière Mise à Jour 2024-01-09
Date de Publication 2020-07-02
Évaluation 5.00/5 Total 5 Évaluations
Développeur https://vault.one
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://vaultone.com
URL de la Page d'Aide https://help.vaultone.com
URL de la Page de Politique de Confidentialité https://vaultone.com/privacy-policy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "VaultOne Extension",
    "description": "VaultOne makes your IT safer & smarter. Autofill passwords from VaultOne and log in instantly to your favorite websites.",
    "homepage_url": "https:\/\/vaultone.com",
    "version": "1.3.1",
    "background": {
        "service_worker": "event.min.js"
    },
    "action": [],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.vault.one\/*",
            "https:\/\/cdn.vaultone.com\/*",
            "https:\/\/*.sikur.com\/*",
            "https:\/\/*.securitydesignlab.com\/*"
        ]
    },
    "permissions": [
        "privacy",
        "tabs",
        "webNavigation",
        "webRequest",
        "webRequestAuthProvider",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ]
}