EuSonLito - Password Manager
Easy Connect from Chrome with your own Password Manager Platform
EuSonLito - Password Manager क्या है?
EuSonLito - Password Manager eordes द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easy Connect from Chrome with your own Password Manager Platform"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में EuSonLito - Password Manager एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This Chrome extension connects with Password Manager Platform https://github.com/eusonlito/Password-Manager to allow access to passwords directly from any website. Source Code published in https://github.com/eusonlito/Password-Manager-Chrome
एक्सटेंशन की मूल जानकारी
नाम | EuSonLito - Password Manager |
ID | mkbgfbjaoibojobjpimpkaofckkgknhi |
आधिकारिक URL | https://chromewebstore.google.com/detail/eusonlito-password-manage/mkbgfbjaoibojobjpimpkaofckkgknhi |
विवरण | Easy Connect from Chrome with your own Password Manager Platform |
फ़ाइल का आकार | 23.47 KB |
स्थापना संख्या | 52 |
वर्तमान संस्करण | 0.0.2 |
अंतिम अपडेट | 2023-09-13 |
प्रकाशन तिथि | 2022-04-07 |
डेवलपर | eordes |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/eusonlito/Password-Manager-Chrome |
सहायता पृष्ठ URL | https://github.com/eusonlito/Password-Manager |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "EuSonLito - Password Manager", "description": "Easy Connect from Chrome with your own Password Manager Platform", "version": "0.0.2", "manifest_version": 3, "author": "Lito", "icons": { "128": "icon.png" }, "action": { "default_title": "Password Manager", "default_icon": "icon.png" }, "background": { "service_worker": "background.js" }, "options_ui": { "page": "options.html", "open_in_tab": false }, "permissions": [ "activeTab", "tabs", "scripting", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |