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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}