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"
    }
}