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.”。
擴展截圖
下載Concat Chrome Extension擴展crx文件
下載Concat Chrome Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension is used to customize the topdesk service-desk software used at Concat. 擴展基本資訊
| 名稱 | |
| ID | jdkllbbbaekiifamogcbaokbgcbjfbdk |
| 官方網址 | 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"
]
} | |