Citrix Intranet

CITRITE extension improves user experience on CITRIX intranet websites.

Citrix Intranetคืออะไร?

Citrix Intranet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Citrix และคุณลักษณะหลักของมันคือ "CITRITE extension improves user experience on CITRIX intranet websites."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Citrix Intranet

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

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

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