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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة VaultOne Extension
قم بتنزيل ملفات الامتداد VaultOne Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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 |
عنوان صفحة المساعدة | https://help.vaultone.com |
عنوان صفحة سياسة الخصوصية | 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:\/\/*\/*" ] } |