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 |
| 公式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 |
| Eメール | [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"
]
} | |