Concat Chrome Extension

This extension is used to customize the topdesk service-desk software used at Concat.

Concat Chrome Extension란 무엇입니까?

Concat Chrome Extension은(는) Jan Geselle에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension is used to customize the topdesk service-desk software used at Concat."입니다.

확장 프로그램 스크린샷

screenshot

Concat Chrome Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension is used to customize the topdesk service-desk software used at Concat.                    

확장 프로그램 기본 정보

이름 Concat Chrome Extension Concat Chrome Extension
ID jdkllbbbaekiifamogcbaokbgcbjfbdk
공식 URL https://chrome.google.com/webstore/detail/concat-chrome-extension/jdkllbbbaekiifamogcbaokbgcbjfbdk
설명 This extension is used to customize the topdesk service-desk software used at Concat.
파일 크기 1.16 MB
설치 횟수 98
현재 버전 0.9.0
최근 업데이트 2019-09-05
출시 날짜 2019-09-05
평점 2.00/5 총 1 개의 평점
개발자 Jan Geselle
이메일 [email protected]
결제 유형 free
지원되는 언어 de
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Concat Chrome Extension",
    "version": "0.9.0",
    "manifest_version": 2,
    "description": "This extension is used to customize the topdesk service-desk software used at Concat.",
    "homepage_url": "http:\/\/helpdesk.concat.de",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "de",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_title": "Options",
        "default_icon": "icons\/icon19.png",
        "default_popup": "\/src\/page_action\/page_action.html"
    },
    "options_page": "\/src\/options_custom\/index.html",
    "permissions": [
        "declarativeContent",
        "clipboardRead",
        "clipboardWrite",
        "contentSettings",
        "contextMenus",
        "cookies",
        "idle",
        "notifications",
        "tabs",
        "*:\/\/helpdesk\/*,*:\/\/helpdesk.concat.de\/*,http:\/\/tools.concat.info\/*,*:\/\/wentds001\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/helpdesk\/*",
                "*:\/\/helpdesk.concat.de\/*",
                "*:\/\/wentds001\/*"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "js\/datejs\/date.js",
                "src\/inject\/inject.js"
            ],
            "css": [
                "src\/inject\/inject.css"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "src\/options_custom\/lib\/store.js",
        "js\/datejs\/date.js",
        "js\/jquery\/jquery.min.js",
        "js\/jquery\/jquery.min.map",
        "js\/digest\/md5.js"
    ]
}