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.
拡張機能の基本情報
名前 | webPass |
ID | jlkiooodjckigejdpbkbinlgooolgfhh |
公式URL | 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" ] } |