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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension is used to customize the topdesk service-desk software used at Concat."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Concat Chrome Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}