BeanLogin

BeanLogin plugin

BeanLogin란 무엇입니까?

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

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        BeanLogin is the application that makes your life easier!!
Tired of the dreaded “Forgot Password”? Tired of storing 10+ variations of usernames and passwords in your brain (and forgetting them!!!)? So is everyone else! Today, the average person has 25 or more online accounts with associated usernames and passwords to remember, which most are keeping in an unsecure place. That’s where BeanLogin comes into play.
 
BeanLogin’s chrome extension provides a seamless browsing experience to its users by automatically logging them into their favorite websites. The solution is pre-integrated with popular business as well as personal applications like Office 365, Google Apps, GoTo Meeting, Facebook, Twitter, LinkedIn, Instagram and many more. As you login to your favorite website, BeanLogin saves your credentials to a secure vault that only you can access. The chrome extension then lets you login automatically to your saved accounts, seamlessly across all your devices.
 
For more information on BeanLogin, visit our website at https://www.beanlogin.com                    

확장 프로그램 기본 정보

이름 BeanLogin BeanLogin
ID efajnkcfjjkcodbhkhaigkffdleomnag
공식 URL https://chromewebstore.google.com/detail/beanlogin/efajnkcfjjkcodbhkhaigkffdleomnag
설명 BeanLogin plugin
파일 크기 510 KB
설치 횟수 20
현재 버전 4.3
최근 업데이트 2020-11-09
출시 날짜 2020-01-08
평점 4.50/5 총 2 개의 평점
개발자 BeanLogin
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.beanlogin.com
도움말 페이지 URL https://www.beanlogin.com
개인정보 보호 정책 페이지 URL https://portal.beanlogin.com/PrivacyStatements.html
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BeanLogin",
    "description": "BeanLogin plugin",
    "version": "4.3",
    "browser_action": {
        "default_icon": "img\/ANIPlugin.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/ANIPlugin.png",
        "48": "img\/BLIcon.png",
        "128": "img\/BLIcon.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "Cryptography.js",
            "PubNub.js",
            "Insert.js",
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "addsiteframe.html",
        "IFrame.js",
        "IframContents.html",
        "PubNub.js",
        "Cryptography.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/Common.css"
            ],
            "js": [
                "Content.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}