Encompass Help

A Chrome Extension for Encompass Support.

Encompass Help란 무엇입니까?

Encompass Help은(는) swordjason에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Chrome Extension for Encompass Support."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Encompass Help 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 Encompass Help
ID klbjoijggpdjojfghimfjebmejgikbco
공식 URL 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": [
                ""
            ]
        },
        {
            "all_frames": false,
            "js": [
                "registerTask.js"
            ],
            "matches": [
                "https:\/\/encompasstech.com\/*DashboardID=181004*",
                "https:\/\/support.encompass8.com\/*DashboardID=181004*"
            ]
        }
    ],
    "icons": {
        "16": "[email protected]",
        "48": "[email protected]",
        "64": "[email protected]",
        "128": "[email protected]",
        "512": "[email protected]"
    },
    "incognito": "split",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAklm7Lmqmq3qgMXg3jYc3reDQxjyDVMBEbwrTKOXi0KU\/\/DoOsHCkNTmfgYp2t2GYJCA2qDDVBbDAnz41e5THJ24fQoxRXbX0nc+VduMkGm7lQ\/d1Q0R7NySTAcjcOWVIN6B457hG3ukMTCHiOxArFsUNFmhyFm3VLIl\/U15MP6Vm2m4\/JW6+L7f35ZNItiScOQ2W7nx3ioDUCX4xn6jFFeXntynDsJe3G\/rU\/fun7YIawqGQRT91s+nBdIqSPVvkKcePSXCx9Gaon+\/lONmUKMnVyE21ZGUBnz+VmmzI7va5tWgCylI5224fRH3P41p6vZ3RePIpB\/pXLB34gqR+wwIDAQAB",
    "offline_enabled": true,
    "omnibox": {
        "keyword": "Q"
    },
    "options_page": "options.html",
    "commands": {
        "create-link": {
            "suggested_key": {
                "default": "Ctrl+K"
            },
            "description": "Copy the current page URL and create a link with the highlighted text, or page title if no text is selected"
        },
        "duplicate-tab": {
            "suggested_key": {
                "default": "Ctrl+J"
            },
            "description": "Duplicate the current tab."
        }
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        {
            "resources": [
                "notification.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "A Chrome Extension for Encompass Support."
}