Vault

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

Apa itu Vault?

Vault adalah ekstensi Chrome yang dikembangkan oleh coreappsafrica, dan fitur utamanya adalah "Works in conjunction with the Vault Android Password Manager app to allow users to send their passwords from the app to the…".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Vault

Unduh file ekstensi Vault dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Vault Vault
ID emoiiddohbldagaakddmcophddnpckhc
URL Resmi https://chromewebstore.google.com/detail/vault/emoiiddohbldagaakddmcophddnpckhc
Deskripsi Works in conjunction with the Vault Android Password Manager app to allow users to send their passwords from the app to the…
Ukuran File 294 KB
Jumlah Instalasi 15
Versi Saat Ini 0.0.0.4
Terakhir Diperbarui 2020-06-29
Tanggal Publikasi 2020-06-29
Pengembang coreappsafrica
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/Hmasters4664/VaultPro/wiki
URL Halaman Bantuan https://github.com/Hmasters4664/VaultPro/wiki
Bahasa yang Didukung 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"
    }
}