Chorus for HCL Verse
Displays the number of unread messages in your HCL Verse inbox and also provides advanced notification popups.
Chorus for HCL Verseคืออะไร?
Chorus for HCL Verse เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Romain Lienard และคุณลักษณะหลักของมันคือ "Displays the number of unread messages in your HCL Verse inbox and also provides advanced notification popups."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chorus for HCL Verse
ดาวน์โหลดไฟล์ส่วนขยาย Chorus for HCL Verse ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Chorus is a small extension which : - displays the number of unread messages in your IBM Verse inbox (tooltip also displays authors & subjects of these unread messages) - provides customizable keyboard shortcuts (open inbox, open calendar, compose mail, sync mail) - displays detailed email & incoming meeting notifications - let you start a search directly from any webpage using the chrome address bar. Just type the "v" letter following by a space, then type your search. - v3.0+ no longer works with IBM Verse (only compatible with HCL Verse) - v3.0+ no longer provide SSO feature for IBMers (aka w3id) Update 3.1 : - Introducing the new MiniVerse feature : quickly access to your latest emails or the incoming meeting, without leaving the current tab ! Double-Click on the extension button to bring Verse to front as before. You can also disable the feature from the Settings page. Update 3.0.1 : - fixing bug with some meetings notifications which weren't displayed. - adding a small feature in the Options page to the reset inbox's unread counter (which was stuck to 999+ after the migration of my IBM mailbox to HCL cloud, I assume I'm not the only one) =============================== Important disclaimer : this extension has not been developed by HCL and is not supported by HCL. ===============================
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Chorus for HCL Verse |
ID | bnbaljnenddkjfkifdlkjjobccebnone |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/chorus-for-hcl-verse/bnbaljnenddkjfkifdlkjjobccebnone |
คำอธิบาย | Displays the number of unread messages in your HCL Verse inbox and also provides advanced notification popups. |
ขนาดไฟล์ | 281 KB |
จำนวนการติดตั้ง | 1,020 |
เวอร์ชันปัจจุบัน | 3.1 |
อัปเดตครั้งล่าสุด | 2021-07-01 |
วันที่เผยแพร่ | 2019-06-28 |
คะแนน | 4.50/5 รวมทั้งหมด 28 คะแนน |
ผู้พัฒนา | Romain Lienard |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://ibm.box.com/s/c9xwy3n9tg6jjnnrv0qm5vcno29yo5uk |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chorus for HCL Verse", "description": "Displays the number of unread messages in your HCL Verse inbox and also provides advanced notification popups.", "version": "3.1", "permissions": [ "tabs", "idle", "alarms", "http:\/\/*\/*", "https:\/\/*\/*", "background", "tabs", "notifications", "cookies" ], "omnibox": { "keyword": "v" }, "icons": { "8": "chorus.png", "12": "chorus.png", "16": "chorus.png", "48": "chorus.png" }, "browser_action": { "default_title": "Open HCL Verse", "default_icon": "chorus.png", "default_popup": "popup.html" }, "commands": { "open_verse": { "suggested_key": { "default": "Alt+V", "mac": "Alt+V" }, "description": "Open HCL Verse" }, "open_calendar": { "suggested_key": { "default": "Alt+C", "mac": "Alt+C" }, "description": "Open calendar" }, "refresh_counter": { "suggested_key": { "default": "Alt+R", "mac": "Alt+R" }, "description": "Refresh counter and check for new mail" }, "compose_mail": { "suggested_key": { "default": "Alt+Shift+V", "mac": "Alt+Shift+V" }, "description": "Open HCL Verse and compose new mail" } }, "background": { "persistent": true, "scripts": [ "jquery-2.1.4.min.js", "sha.js", "background.js" ] }, "options_page": "options.html", "manifest_version": 2 } |