autoPass

auto pass

autoPass란 무엇입니까?

autoPass은(는) yunanbao에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "auto pass"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

autoPass 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 autoPass autoPass
ID pafeplegibgoknhlkemcfeemoghbamfj
공식 URL https://chromewebstore.google.com/detail/autopass/pafeplegibgoknhlkemcfeemoghbamfj
설명 auto pass
파일 크기 32.49 KB
설치 횟수 712
현재 버전 1.4.35
최근 업데이트 2023-12-19
출시 날짜 2020-01-05
개발자 yunanbao
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://impchinanorthprod.blob.core.chinacloudapi.cn/privacy/3269/bddae9ee-4059-492d-9ca8-f584141df813_privacy.docx
지원되는 언어 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"
    }
}