Concat Chrome Extension

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

Concat Chrome Extensionคืออะไร?

Concat Chrome Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jan Geselle และคุณลักษณะหลักของมันคือ "This extension is used to customize the topdesk service-desk software used at Concat."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Concat Chrome Extension

ดาวน์โหลดไฟล์ส่วนขยาย Concat Chrome Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}