隐小卫密码管理

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

What is 隐小卫密码管理?

隐小卫密码管理 is a Chrome extension developed by 赤鸾科技, and its main feature is "隐小卫密码填充助手.便于登录填充".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download 隐小卫密码管理 Extension CRX File

Download 隐小卫密码管理 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name 隐小卫密码管理 隐小卫密码管理
ID eepmbichblhhnacknaeobodkgolfmhjn
Official URL 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
Description 隐小卫密码填充助手.便于登录填充
File Size 362 KB
Installation Count 41
Current Version 1.1.7
Last Updated 2021-10-19
Publish Date 2020-10-19
Rating 5.00/5 Total 1 Ratings
Developer 赤鸾科技
Email [email protected]
Payment Type free
Extension Website https://www.mimaguanli.com/
Privacy Policy Page URL https://www.mimaguanli.com/agreement/privacy
Supported Languages 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"
        }
    }
}