Vault

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

Τι είναι το Vault;

Το Vault είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον coreappsafrica, και η κύρια λειτουργία του είναι "Works in conjunction with the Vault Android Password Manager app to allow users to send their passwords from the app to the…".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Vault

Λήψη αρχείων επέκτασης Vault σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Vault Vault
ID emoiiddohbldagaakddmcophddnpckhc
Επίσημο URL https://chromewebstore.google.com/detail/vault/emoiiddohbldagaakddmcophddnpckhc
Περιγραφή Works in conjunction with the Vault Android Password Manager app to allow users to send their passwords from the app to the…
Μέγεθος Αρχείου 294 KB
Αριθμός Εγκαταστάσεων 15
Τρέχουσα Έκδοση 0.0.0.4
Τελευταία Ενημέρωση 2020-06-29
Ημερομηνία Δημοσίευσης 2020-06-29
Προγραμματιστής coreappsafrica
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/Hmasters4664/VaultPro/wiki
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/Hmasters4664/VaultPro/wiki
Υποστηριζόμενες Γλώσσες 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"
    }
}