Passwork Auto Logon
Password manager for companies
ما هو Passwork Auto Logon؟
Passwork Auto Logon هو إضافة Chrome تم تطويرها بواسطة https://passwork.me، والميزة الرئيسية لها هي "Password manager for companies".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Passwork Auto Logon
قم بتنزيل ملفات الامتداد Passwork Auto Logon بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Team Password Manager For Your Business. Passwork makes corporate passwords easy. All of the data is stored safely, employees will quickly be able to find the right passwords. The administrator manages user rights and keeps track of all actions and changes.
معلومات أساسية عن التمديد
الاسم | Passwork Auto Logon |
ID | ipajmhlcmempmnedocmbalcbbmhgheca |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/passwork-auto-logon/ipajmhlcmempmnedocmbalcbbmhgheca |
الوصف | Password manager for companies |
حجم الملف | 159 KB |
عدد التثبيتات | 11,646 |
النسخة الحالية | 0.6.1 |
آخر تحديث | 2020-10-28 |
تاريخ النشر | 2019-11-21 |
تقييم | 2.83/5 مجموع تقييمات 18 |
المطور | https://passwork.me |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://passwork.me |
عنوان صفحة المساعدة | https://passwork.me/help |
اللغات المدعومة | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Passwork Auto Logon", "homepage_url": "https:\/\/passwork.me", "description": "Password manager for companies", "version": "0.6.1", "icons": { "128": "icon.png" }, "default_locale": "en", "permissions": [ "tabs", "unlimitedStorage", "http:\/\/*\/", "https:\/\/*\/", "*:\/\/*\/*", "storage", "contextMenus", "cookies" ], "short_name": "Passwork", "optional_permissions": [], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Passwork", "default_icon": "icon.png", "default_popup": "www\/index.html" }, "web_accessible_resources": [ "www\/settings.html", "www\/formnotfound.html", "content.js", "own.js", "loader\/loader.html", "loader\/loader.js" ] } |