EuSonLito - Password Manager

Easy Connect from Chrome with your own Password Manager Platform

ما هو EuSonLito - Password Manager؟

EuSonLito - Password Manager هو إضافة Chrome تم تطويرها بواسطة eordes، والميزة الرئيسية لها هي "Easy Connect from Chrome with your own Password Manager Platform".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة EuSonLito - Password Manager

قم بتنزيل ملفات الامتداد EuSonLito - Password Manager بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 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
عنوان صفحة المساعدة 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:\/\/*\/*"
    ]
}