SuperPass

Convenient Login! SuperPass!

SuperPass란 무엇입니까?

SuperPass은(는) http://www.isuperpass.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Convenient Login! SuperPass!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Remember only one password from now on!

Remember only SuperPass. You don't need to memorize any ID or password!                    

확장 프로그램 기본 정보

이름 SuperPass SuperPass
ID ffgneccfdhibgkpoombmfkflpjgcbhpo
공식 URL https://chrome.google.com/webstore/detail/superpass/ffgneccfdhibgkpoombmfkflpjgcbhpo
설명 Convenient Login! SuperPass!
파일 크기 233 KB
설치 횟수 65
현재 버전 1.3.1
최근 업데이트 2021-05-11
출시 날짜 2021-05-11
평점 5.00/5 총 3 개의 평점
개발자 http://www.isuperpass.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.isuperpass.com
도움말 페이지 URL http://www.isuperpass.com/faq.aspx
지원되는 언어 en,ko
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.3.1",
    "content_scripts": [
        {
            "all_frames": true,
            "content_security_policy": "script-src 'self' object-src 'self'",
            "js": [
                "spScript.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "64": "images\/SPicon_.png"
    },
    "permissions": [
        ""
    ],
    "browser_action": {
        "default_icon": "icon_16.png",
        "default_title": "SuperPass"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}