webPass

webPass - Chrome Extension

What is webPass?

webPass is a Chrome extension developed by https://stonewarefiles.com, and its main feature is "webPass - Chrome Extension".

Extension Screenshots

screenshot

Download webPass Extension CRX File

Download webPass extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        webPass works in conjunction with Stoneware Unified Workspace version 6.2 (and later) to provide single sign-on (SSO) capabilities within Google Chrome.

You must be authenticated to a Unified Workspace server in order to use this extension.                    

Extension Basic Information

Name webPass webPass
ID jlkiooodjckigejdpbkbinlgooolgfhh
Official URL https://chromewebstore.google.com/detail/webpass/jlkiooodjckigejdpbkbinlgooolgfhh
Description webPass - Chrome Extension
File Size 1.82 MB
Installation Count 400,000
Current Version 1.2.10
Last Updated 2020-06-04
Publish Date 2020-06-04
Rating 2.83/5 Total 53 Ratings
Developer https://stonewarefiles.com
Payment Type free
Privacy Policy Page URL https://www.lenovosoftware.com/other-additional-policies
Supported Languages de,en,fr,es,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "version": "1.2.10",
    "manifest_version": 2,
    "description": "__MSG_extension_description__",
    "default_locale": "en",
    "options_page": "optDecide.html",
    "icons": {
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "images\/webPass_button.png",
        "default_title": "__MSG_extension_description__"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "minimum_chrome_version": "26",
    "permissions": [
        "tabs",
        "cookies",
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "images\/webPass_button.png",
        "images\/username.png",
        "images\/password.png",
        "images\/login.png",
        "images\/webPass.png",
        "images\/credentials.png",
        "images\/ssoname.png",
        "images\/error_large.png",
        "images\/pleaseWait.gif",
        "images\/checkmark_large.png",
        "images\/overwrite.png",
        "images\/notconnected.png",
        "images\/options.png",
        "images\/optionsSmall.png",
        "images\/active_button.png",
        "images\/disabled_button.png",
        "images\/button.png",
        "images\/close.png",
        "images\/delete.png",
        "images\/titlebar.png"
    ]
}