Switcher for Lastpass

Quickly enable/disable the Lastpass Plugin.

ما هو Switcher for Lastpass؟

Switcher for Lastpass هو إضافة Chrome تم تطويرها بواسطة vdesmet93، والميزة الرئيسية لها هي "Quickly enable/disable the Lastpass Plugin.".

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

screenshot

تحميل ملف CRX للإضافة Switcher for Lastpass

قم بتنزيل ملفات الامتداد Switcher for Lastpass بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Quickly switch the enabled state of the Lastpass Plugin.
The extension will also remind you to disable the Lastpass plugin if you've left it enabled for over a minute.

This extension not affiliated, associated, authorized, or in any way officially connected with Lastpass.

Icons made by Dave Gandy from Flaticon. www.flaticon.com is licenced by CC BY 3.0. http://creativecommons.org/licenses/by/3.0/                    

معلومات أساسية عن التمديد

الاسم Switcher for Lastpass Switcher for Lastpass
ID kgdllopgpknhbnmagaiifhddjkchmeln
عنوان URL الرسمي https://chromewebstore.google.com/detail/switcher-for-lastpass/kgdllopgpknhbnmagaiifhddjkchmeln
الوصف Quickly enable/disable the Lastpass Plugin.
حجم الملف 12.99 KB
عدد التثبيتات 3,780
النسخة الحالية 1.1.0
آخر تحديث 2017-06-17
تاريخ النشر 2017-06-17
تقييم 4.29/5 مجموع تقييمات 17
المطور vdesmet93
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Switcher for Lastpass",
    "description": "Quickly enable\/disable the Lastpass Plugin.",
    "version": "1.1.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "key.png",
        "32": "[email protected]",
        "48": "key-48.png",
        "64": "key-64.png",
        "128": "key-128.png"
    },
    "browser_action": {
        "name": "Click to change the icon's color"
    },
    "permissions": [
        "management",
        "notifications"
    ],
    "manifest_version": 2
}