Team Password Manager
Autofill login forms and store web passwords in Team Password Manager
ما هو Team Password Manager؟
Team Password Manager هو إضافة Chrome تم تطويرها بواسطة https://teampasswordmanager.com، والميزة الرئيسية لها هي "Autofill login forms and store web passwords in Team Password Manager".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Team Password Manager
قم بتنزيل ملفات الامتداد Team Password Manager بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Team Password Manager Chrome Extension allows Chrome users to fill in login forms from credentials stored in Team Password Manager. This extension also allows to store web passwords in Team Password Manager. Team Password Manager is a self hosted web based password manager for groups.
معلومات أساسية عن التمديد
الاسم | Team Password Manager |
ID | gplomcegacfeolmacnhpopbindboipfl |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/team-password-manager/gplomcegacfeolmacnhpopbindboipfl |
الوصف | Autofill login forms and store web passwords in Team Password Manager |
حجم الملف | 316 KB |
عدد التثبيتات | 8,049 |
النسخة الحالية | 4.21.19 |
آخر تحديث | 2022-11-25 |
تاريخ النشر | 2021-05-03 |
تقييم | 4.13/5 مجموع تقييمات 8 |
المطور | https://teampasswordmanager.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://teampasswordmanager.com/ |
عنوان صفحة المساعدة | https://teampasswordmanager.com/support/ |
عنوان صفحة سياسة الخصوصية | https://teampasswordmanager.com/privacy |
اللغات المدعومة | de,en,fr,es,pt-BR,pt-PT,cs |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Team Password Manager", "description": "__MSG_ManifestDescription__", "version": "4.21.19", "manifest_version": 2, "default_locale": "en", "icons": { "32": "img\/logo32.png", "48": "img\/logo48.png" }, "browser_action": { "default_icon": { "19": "img\/ba19g.png", "38": "img\/ba38g.png" }, "default_popup": "popup.html", "default_title": "Team Password Manager (__MSG_bgNotConnected__)" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/jquery-3.5.1.min.js", "js\/contentscript.js", "js\/psl.js", "js\/jquery.sendkeys.js", "js\/bililiteRange.js" ], "run_at": "document_end", "all_frames": true } ], "background": { "page": "background.html" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "storage", "tabs", "clipboardWrite" ], "web_accessible_resources": [ "img\/*", "js\/login_selector\/*" ] } |