隐小卫密码管理

隐小卫密码填充助手.便于登录填充

隐小卫密码管理 là gì?

隐小卫密码管理 là một tiện ích mở rộng Chrome được phát triển bởi 赤鸾科技, và tính năng chính của nó là "隐小卫密码填充助手.便于登录填充".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng 隐小卫密码管理

Tải xuống các tệp mở rộng 隐小卫密码管理 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

                        隐小卫密码管理,拒绝遗忘、拒绝泄露、拒绝破解;做专业的的密码管理工具                    

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

Tên 隐小卫密码管理 隐小卫密码管理
ID eepmbichblhhnacknaeobodkgolfmhjn
URL Chính Thức https://chromewebstore.google.com/detail/%E9%9A%90%E5%B0%8F%E5%8D%AB%E5%AF%86%E7%A0%81%E7%AE%A1%E7%90%86/eepmbichblhhnacknaeobodkgolfmhjn
Mô tả 隐小卫密码填充助手.便于登录填充
Kích Thước Tệp 362 KB
Số Lần Cài Đặt 41
Phiên Bản Hiện Tại 1.1.7
Cập Nhật Lần Cuối 2021-10-19
Ngày Phát Hành 2020-10-19
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển 赤鸾科技
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.mimaguanli.com/
URL Trang Chính Sách Bảo Mật https://www.mimaguanli.com/agreement/privacy
Ngôn Ngữ Được Hỗ Trợ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u9690\u5c0f\u536b\u5bc6\u7801\u7ba1\u7406",
    "version": "1.1.7",
    "manifest_version": 2,
    "description": "\u9690\u5c0f\u536b\u5bc6\u7801\u586b\u5145\u52a9\u624b.\u4fbf\u4e8e\u767b\u5f55\u586b\u5145",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "128": "img\/logo.png"
    },
    "background": {
        "scripts": [
            "\/lib\/core.js",
            "\/lib\/jquery.min.js",
            "js\/bower_components\/crypto-js\/crypto-js.js",
            "\/background\/background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "\/lib\/jquery.min.js",
                "\/lib\/core.js",
                "content_script.js",
                "\/content\/process.js",
                "\/content\/movement.js",
                "\/content\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "\/lib\/vue.js",
                "\/lib\/mv.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": "img\/logo.png",
        "default_title": "\u9690\u5c0f\u536b\u5bc6\u7801\u7ba1\u7406",
        "default_popup": "\/popup\/popup.html"
    },
    "homepage_url": "https:\/\/www.mimaguanli.com",
    "permissions": [
        "storage",
        "privacy",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "\/newDialog\/*",
        "\/img\/*",
        "\/manifest.json"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Z",
                "mac": "Alt+Z"
            },
            "description": "Opens popup.html"
        }
    }
}