VaultOne Extension

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

VaultOne Extensionคืออะไร?

VaultOne Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://vault.one และคุณลักษณะหลักของมันคือ "VaultOne makes your IT safer & smarter. Autofill passwords from VaultOne and log in instantly to your favorite websites."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย VaultOne Extension

ดาวน์โหลดไฟล์ส่วนขยาย VaultOne Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ VaultOne Extension VaultOne Extension
ID fjdhgajbjkmbnjckgecmdegclijcgnkj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/vaultone-extension/fjdhgajbjkmbnjckgecmdegclijcgnkj
คำอธิบาย VaultOne makes your IT safer & smarter. Autofill passwords from VaultOne and log in instantly to your favorite websites.
ขนาดไฟล์ 71.11 KB
จำนวนการติดตั้ง 5,083
เวอร์ชันปัจจุบัน 1.3.1
อัปเดตครั้งล่าสุด 2024-01-09
วันที่เผยแพร่ 2020-07-02
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://vault.one
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://vaultone.com
URL หน้าช่วยเหลือ https://help.vaultone.com
URL หน้านโยบายความเป็นส่วนตัว https://vaultone.com/privacy-policy
ภาษาที่รองรับ 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:\/\/*\/*"
    ]
}