BeanLogin

BeanLogin plugin

什麼是BeanLogin?

BeanLogin是由BeanLogin開發的Chrome擴展程式,該擴展的主要功能是“BeanLogin plugin”。

擴展截圖

screenshot

下載BeanLogin擴展crx文件

下載BeanLogin擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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:\/\/*\/*"
    ]
}