SuperChromePass

Generate secure, per-domain password based on an original master password, with the click of a button

SuperChromePass란 무엇입니까?

SuperChromePass은(는) https://70apps.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Generate secure, per-domain password based on an original master password, with the click of a button"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        A SuperGenPass Google Chrome Extension

How It Works

Step 1 Click on the SuperGen­Pass extension button.
Step 2 Type your master password and Enter.
Step 3 Your password is generated and fill on input field.

Do you know SuperGenPass?

SuperGenPass is a useful bookmarklet. You can make unique strong secured password for each websites and No Need to remember. For more information, visit http://supergenpass.com.                    

확장 프로그램 기본 정보

이름 SuperChromePass SuperChromePass
ID dcdaiabaidgglbdapfdaengffpdpicbk
공식 URL https://chromewebstore.google.com/detail/superchromepass/dcdaiabaidgglbdapfdaengffpdpicbk
설명 Generate secure, per-domain password based on an original master password, with the click of a button
파일 크기 91.02 KB
설치 횟수 148
현재 버전 3.0.3
최근 업데이트 2020-05-18
출시 날짜 2020-05-16
평점 4.67/5 총 3 개의 평점
개발자 https://70apps.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.70apps.com/supergenpass/
도움말 페이지 URL https://www.70apps.com/supergenpass/
지원되는 언어 en,zh-CN
manifest.json
{
    "manifest_version": 2,
    "name": "SuperChromePass",
    "options_page": "scp_options.html",
    "options_ui": {
        "page": "scp_options.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.0.3",
    "background": {
        "page": "scp_background.html"
    },
    "browser_action": {
        "default_icon": "images\/icon_19.png",
        "default_popup": "scp_popup.html",
        "default_title": "SuperChromePass"
    },
    "content_scripts": [
        {
            "css": [
                "css\/scp.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/superchromepass.js",
                "js\/supergenpass.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Generate secure, per-domain password based on an original master password, with the click of a button",
    "icons": {
        "128": "images\/icon_128.png",
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDAlLX3Arr4AgLYLpO4t\/HN6jZI7jS9VPDS4WSWWUczuvhVMJgv5DOJIFtJtDwndHscHZywV47QJwvtKgeVGt2iFIfBH7GsWwP4IUP\/mvMPTZQ8CdF0hVFzZEdaYpawWcAGVTnMDWaxcpFqAC6izi+L8gW7C4daaC63h3obYaiAPQIDAQAB",
    "default_locale": "en"
}