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 coreappsafrica द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Works in conjunction with the Vault Android Password Manager app to allow users to send their passwords from the app to the…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Vault एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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" } } |