Vault

Works in conjunction with the Vault Android Password Manager app to allow users to send their passwords from the app to the…

Vad är Vault?

Vault är en Chrome-tillägg utvecklad av coreappsafrica, och dess huvudfunktion är "Works in conjunction with the Vault Android Password Manager app to allow users to send their passwords from the app to the…".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Vault-förlängningens CRX-fil

Ladda ner Vault-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Works in conjunction with the Vault Android Password Manager app to allow users to send their passwords from the app to the computer clipboard to be used on the chrome browser. When a password has been successfully transmitted the the extension creates an alert on the browser with a message.                    

Grundläggande Information om Tillägg

Namn Vault Vault
ID emoiiddohbldagaakddmcophddnpckhc
Officiell webbadress https://chromewebstore.google.com/detail/vault/emoiiddohbldagaakddmcophddnpckhc
Beskrivning Works in conjunction with the Vault Android Password Manager app to allow users to send their passwords from the app to the…
Filstorlek 294 KB
Antal Installationer 15
Aktuell Version 0.0.0.4
Senast Uppdaterad 2020-06-29
Publiceringsdatum 2020-06-29
Utvecklare coreappsafrica
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/Hmasters4664/VaultPro/wiki
Hjälpsida URL https://github.com/Hmasters4664/VaultPro/wiki
Stödda Språk en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Vault",
    "version": "0.0.0.4",
    "icons": {
        "16": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Log In"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com; object-src 'self'",
    "web_accessible_resources": [
        "images\/*.png"
    ],
    "permissions": [
        "storage"
    ],
    "background": {
        "persistent": true,
        "page": "background.html"
    }
}