Password Depot Extension
Interface to the Password Depot application.
Password Depot Extension क्या है?
Password Depot Extension https://www.password-depot.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Interface to the Password Depot application."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Password Depot Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
NOTE: This is an add-on for the Password Depot application version 12 and above. Before installing the extension, we recommend that you download and install the latest version of Password Depot: https://www.password-depot.de/en/download.htm. If you use this extension, Password Depot can automatically fill in web forms in the browser and add new password entries to the main program. Password Depot is a powerful and user-friendly application (Windows, Mac OS, Android and iOS) for managing your passwords, software licenses, credit cards. Documents, Remote Desktop Connections and Encrypted Documents. More information about Password Depot can be found at: https://www.password-depot.de/en/
एक्सटेंशन की मूल जानकारी
नाम | Password Depot Extension |
ID | ggojliohohbachojmcgelnjmnjmjgidn |
आधिकारिक URL | https://chromewebstore.google.com/detail/password-depot-extension/ggojliohohbachojmcgelnjmnjmjgidn |
विवरण | Interface to the Password Depot application. |
फ़ाइल का आकार | 961 KB |
स्थापना संख्या | 10,000 |
वर्तमान संस्करण | 15.3.3 |
अंतिम अपडेट | 2023-08-14 |
प्रकाशन तिथि | 2020-02-17 |
रेटिंग | 3.88/5 कुल 51 रेटिंग्स |
डेवलपर | https://www.password-depot.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.password-depot.de |
सहायता पृष्ठ URL | https://www.password-depot.de/support.htm |
गोपनीयता नीति पृष्ठ URL | https://www.password-depot.de/en/company/privacy.htm |
समर्थित भाषाएँ | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Password Depot Extension", "version": "15.3.3", "manifest_version": 3, "description": "__MSG_pd_description__", "homepage_url": "https:\/\/www.password-depot.de", "default_locale": "en", "icons": { "128": "icons\/128.png", "48": "icons\/48.png", "16": "icons\/16.png" }, "background": { "service_worker": "js\/pdBackgroundScript.js" }, "content_scripts": [ { "all_frames": true, "js": [ "vendor\/underscore-min.js", "vendor\/jquery-3.5.1.min.js", "js\/pdContentScript.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "action": { "default_icon": "icons\/48.png", "default_title": "Password Depot", "default_popup": "dialogs\/popup.html" }, "permissions": [ "nativeMessaging", "storage" ], "web_accessible_resources": [ { "resources": [ "dialogs\/*", "icons\/*", "fonts\/*", "assets\/*" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "content_security_policy": { "script-src": "self", "object-src": "self" } } |