webPass

webPass - Chrome Extension

webPass là gì?

webPass là một tiện ích mở rộng Chrome được phát triển bởi https://stonewarefiles.com, và tính năng chính của nó là "webPass - Chrome Extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng webPass

Tải xuống các tệp mở rộng webPass dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên webPass webPass
ID jlkiooodjckigejdpbkbinlgooolgfhh
URL Chính Thức https://chromewebstore.google.com/detail/webpass/jlkiooodjckigejdpbkbinlgooolgfhh
Mô tả webPass - Chrome Extension
Kích Thước Tệp 1.82 MB
Số Lần Cài Đặt 400,000
Phiên Bản Hiện Tại 1.2.10
Cập Nhật Lần Cuối 2020-06-04
Ngày Phát Hành 2020-06-04
Đánh Giá 2.83/5 Tổng số 53 Đánh Giá
Nhà Phát Triển https://stonewarefiles.com
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.lenovosoftware.com/other-additional-policies
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}