webPass
webPass - Chrome Extension
什麼是webPass?
webPass是由https://stonewarefiles.com開發的Chrome擴展程式,該擴展的主要功能是“webPass - Chrome Extension”。
擴展截圖
下載webPass擴展crx文件
下載webPass擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 擴展基本資訊
| 名稱 | |
| ID | jlkiooodjckigejdpbkbinlgooolgfhh |
| 官方網址 | https://chromewebstore.google.com/detail/webpass/jlkiooodjckigejdpbkbinlgooolgfhh |
| 簡介 | webPass - Chrome Extension |
| 檔案大小 | 1.82 MB |
| 安裝次數 | 400,000 |
| 目前版本 | 1.2.10 |
| 更新時間 | 2020-06-04 |
| 上架時間 | 2020-06-04 |
| 評分 | 2.83/5 共 53 次評分 |
| 開發者 | https://stonewarefiles.com |
| 付費類型 | free |
| 隱私政策頁面URL | https://www.lenovosoftware.com/other-additional-policies |
| 支援的語言 | 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"
]
} | |