Encompass Help
A Chrome Extension for Encompass Support.
什麼是Encompass Help?
Encompass Help是由swordjason開發的Chrome擴展程式,該擴展的主要功能是“A Chrome Extension for Encompass Support.”。
擴展截圖
下載Encompass Help擴展crx文件
下載Encompass Help擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Quick: 1. open directly with TaskID or TaskIDs 2. copy a link of TaskID or TaskIDs, separate with , 3. open Test Database 4. open your task list with your username (Task 1028803) - Josh 5. open Release Notes (Task 1038169) Quick Copy: 1. Allow as HTML Link - Josh 2. Allow paste directly in eChat - Josh 3. Add Click to Copy on Task Title in Task Edit page (Task 1071577) Shortcuts ( By Josh) 1. Ctrl/Cmd+K = Copy Link to Clipboard 2. Ctrl/Cmd+J = Duplicate Current Tab Session: 1. Auto Renew Session. 2. Allow custom enable/disable/timeRange on Renew Session(Task 1036603) - Josh 3. Office Mode(Task 1058400) - Josh Text format: 1. Help you look what handheld uploaded. (if you review a file with txt file & format matches). update to support new file website. (will be removed in the future) Notification: 1. Add eChat Notification. (Fix notification html label, fix -1 issue) 2. Block eChat notification for blocked group. 3. Allow custom setting for Notification(Task 1036603) - Josh CSS Injection: 1. Allow custom setting for applying Custom CSS(Task 1030226) - Josh 2. Quick fix for CSS missing issue(Task 1039000) Other: 1. Auto Redirection from encompass8.com/support.encompass8.com => encompasstech.com(Task 1031743) - Josh 2. UI updated using Encompass New Style (Task 1029384) - Josh
擴展基本資訊
名稱 | Encompass Help |
ID | klbjoijggpdjojfghimfjebmejgikbco |
官方網址 | https://chromewebstore.google.com/detail/encompass-help/klbjoijggpdjojfghimfjebmejgikbco |
簡介 | A Chrome Extension for Encompass Support. |
檔案大小 | 91.45 KB |
安裝次數 | 148 |
目前版本 | 3.3.0 |
更新時間 | 2022-05-25 |
上架時間 | 2019-08-18 |
評分 | 5.00/5 共 1 次評分 |
開發者 | swordjason |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "version": "3.3.0", "manifest_version": 3, "name": "Encompass Help", "permissions": [ "notifications", "clipboardWrite", "contextMenus", "tabs", "storage", "alarms", "scripting" ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/", "file:\/\/*\/" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "[email protected]", "19": "[email protected]", "38": "[email protected]", "64": "[email protected]", "128": "[email protected]", "512": "[email protected]" }, "default_popup": "popup.html", "default_title": "Encompass help" }, "content_scripts": [ { "all_frames": false, "js": [ "register.js" ], "matches": [ " |