webPass
webPass - Chrome Extension
webPassคืออะไร?
webPass เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://stonewarefiles.com และคุณลักษณะหลักของมันคือ "webPass - Chrome Extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย webPass
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |