autoPass

auto pass

What is autoPass?

autoPass is a Chrome extension developed by yunanbao, and its main feature is "auto pass".

Extension Screenshots

screenshot
screenshot
screenshot

Download autoPass Extension CRX File

Download autoPass 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

                        AutoPass是一款密码代填工具,是云堡垒机产品的延伸,让产品的使用者无需知道web应用的密码,帮助用户进行各种web应用的登录和认证。                    

Extension Basic Information

Name autoPass autoPass
ID pafeplegibgoknhlkemcfeemoghbamfj
Official URL https://chromewebstore.google.com/detail/autopass/pafeplegibgoknhlkemcfeemoghbamfj
Description auto pass
File Size 32.49 KB
Installation Count 712
Current Version 1.4.35
Last Updated 2023-12-19
Publish Date 2020-01-05
Developer yunanbao
Email [email protected]
Payment Type free
Privacy Policy Page URL https://impchinanorthprod.blob.core.chinacloudapi.cn/privacy/3269/bddae9ee-4059-492d-9ca8-f584141df813_privacy.docx
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "autoPass",
    "version": "1.4.35",
    "description": "auto pass",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "privacy",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "aes.js",
                "pad-nopadding-min.js",
                "mode-ecb-min.js",
                "tools.js",
                "autoPass.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js",
            "aes.js",
            "pad-nopadding-min.js",
            "mode-ecb-min.js",
            "tools.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "icons\/border-16.png",
        "19": "icons\/border-19.png",
        "32": "icons\/border-32.png",
        "48": "icons\/border-48.png",
        "128": "icons\/border-128.png"
    }
}