隐小卫密码管理

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

隐小卫密码管理คืออะไร?

隐小卫密码管理 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 赤鸾科技 และคุณลักษณะหลักของมันคือ "隐小卫密码填充助手.便于登录填充"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 隐小卫密码管理

ดาวน์โหลดไฟล์ส่วนขยาย 隐小卫密码管理 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 隐小卫密码管理 隐小卫密码管理
ID eepmbichblhhnacknaeobodkgolfmhjn
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
คำอธิบาย 隐小卫密码填充助手.便于登录填充
ขนาดไฟล์ 362 KB
จำนวนการติดตั้ง 41
เวอร์ชันปัจจุบัน 1.1.7
อัปเดตครั้งล่าสุด 2021-10-19
วันที่เผยแพร่ 2020-10-19
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา 赤鸾科技
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.mimaguanli.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.mimaguanli.com/agreement/privacy
ภาษาที่รองรับ 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"
        }
    }
}