Switcher for Lastpass

Quickly enable/disable the Lastpass Plugin.

Switcher for Lastpass là gì?

Switcher for Lastpass là một tiện ích mở rộng Chrome được phát triển bởi vdesmet93, và tính năng chính của nó là "Quickly enable/disable the Lastpass Plugin.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Switcher for Lastpass

Tải xuống các tệp mở rộng Switcher for Lastpass dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Switcher for Lastpass Switcher for Lastpass
ID kgdllopgpknhbnmagaiifhddjkchmeln
URL Chính Thức https://chromewebstore.google.com/detail/switcher-for-lastpass/kgdllopgpknhbnmagaiifhddjkchmeln
Mô tả Quickly enable/disable the Lastpass Plugin.
Kích Thước Tệp 12.99 KB
Số Lần Cài Đặt 3,780
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2017-06-17
Ngày Phát Hành 2017-06-17
Đánh Giá 4.29/5 Tổng số 17 Đánh Giá
Nhà Phát Triển vdesmet93
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}