Citrix Intranet

CITRITE extension improves user experience on CITRIX intranet websites.

Citrix Intranet란 무엇입니까?

Citrix Intranet은(는) Citrix에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "CITRITE extension improves user experience on CITRIX intranet websites."입니다.

확장 프로그램 스크린샷

screenshot

Citrix Intranet 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        * Replace issue references with hyperlinks
* Just type or paste a ticket number to the search bar and press enter, it will send to to ticket page instantly.
* E-mail addresses, URLs, domain names and IP addreses are transformed to hyperlinks.
* Support Request case numbers like SR# 12345678 are converted to hyperlinks.

If you have other ideas feel free to contact XenServer DevOps.                    

확장 프로그램 기본 정보

이름 Citrix Intranet Citrix Intranet
ID hjacpdaecmilhndcbllidcgaaicdlpff
공식 URL https://chrome.google.com/webstore/detail/citrix-intranet/hjacpdaecmilhndcbllidcgaaicdlpff
설명 CITRITE extension improves user experience on CITRIX intranet websites.
파일 크기 79.37 KB
설치 횟수 5,000
현재 버전 2.0.3
최근 업데이트 2015-09-24
출시 날짜 2015-09-24
평점 4.22/5 총 9 개의 평점
개발자 Citrix
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/citrix/citrite-extension
도움말 페이지 URL https://github.com/citrix/citrite-extension/issues
지원되는 언어 en
manifest.json
{
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/jquery.min.js",
            "js\/jquery.linkify.min.js",
            "js\/jquery.ba-replacetext.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/jquery.linkify.min.js",
                "js\/jquery.ba-replacetext.js",
                "js\/content.js"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.citrix.com\/*",
                "*:\/\/*.citrite.net\/*",
                "*:\/\/*.xensource.com\/*",
                "*:\/\/*.ops.expertcity.com\/*",
                "*:\/\/*.expertcity.com\/*",
                "*:\/\/*.xenserver.org\/*",
                "*:\/\/*.podio.com\/*",
                "*:\/\/*.trello.com\/*",
                "*:\/\/citrix.hire.com\/*",
                "*:\/\/*.slack.com\/*"
            ]
        }
    ],
    "description": "CITRITE extension improves user experience on CITRIX intranet websites.",
    "icons": {
        "128": "img\/icon128.png",
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png"
    },
    "page_action": {
        "default_title": "CITRITE Hacks!",
        "default_icon": {
            "38": "img\/icon38.png",
            "19": "img\/icon19.png"
        },
        "default_popup": "popup.html"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC8oO1UsX23OfFvZTWSt1SNqjd3EuOKPbdNU9BZLs1DpyE6ANc6\/IczjJZMyZVo2ifHYDoG+S2Zw7VYACeLbV80Y2DMnRYkfN7BWHnp2ajF8Z6Zc7Wfg+oHGrsXOEPNA9UnDiWLSVBBSEjQLWp25Qw2F9+25NT84Q0U6RH9Tr25mQIDAQAB",
    "manifest_version": 2,
    "minimum_chrome_version": "38",
    "name": "Citrix Intranet",
    "short_name": "Citrix",
    "omnibox": {
        "keyword": "c"
    },
    "permissions": [
        "tabs",
        "declarativeContent",
        "webRequest",
        "webNavigation",
        "activeTab",
        "notifications",
        "storage",
        "background",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "img\/*.png",
        "js\/*.js"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.3"
}