IntraLaunch

Web to workstation middle ware for building corporate web interfaces allowing for complete access to local workstation resources.

IntraLaunchคืออะไร?

IntraLaunch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.particlesoftware.com และคุณลักษณะหลักของมันคือ "Web to workstation middle ware for building corporate web interfaces allowing for complete access to local workstation resources."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        As Corporate Portals and Intranets become larger and more complex the interface and required information that employees need to stay productive also become increasingly difficult to manage and maintain. IT professionals need to find better ways to integrate all information, common documents, applications and workstation resources employees need into a single corporate portal or web based interface while minimizing administrative overhead. IntraLaunch is the missing link to this solution, allowing you to leverage the investment already made in your existing Web infrastructure & Windows based workstations by making the functionality they provide available to your next generation Intranets and Web based solutions.

Requirements
A small installable connector is required on top of this extension which is available at http://www.particlesoftware.com/dl

IntraLaunch is currently available for Google Chrome on Windows only and is free to try.

Concerned about security?
http://www.particlesoftware.com/secure

Tags
intranet, portal, execute, run, open, launch, interface, web, menu, exe, extranet, kiosk, file manager                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ IntraLaunch IntraLaunch
ID dicaekdjklcpjdlndghehinafcafmanb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/intralaunch/dicaekdjklcpjdlndghehinafcafmanb
คำอธิบาย Web to workstation middle ware for building corporate web interfaces allowing for complete access to local workstation resources.
ขนาดไฟล์ 65.34 KB
จำนวนการติดตั้ง 2,978
เวอร์ชันปัจจุบัน 6.0.76
อัปเดตครั้งล่าสุด 2018-12-16
วันที่เผยแพร่ 2018-12-16
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://www.particlesoftware.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.particlesoftware.com
URL หน้าช่วยเหลือ http://www.particlesoftware.com/faq.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAp\/TAgZHqWh79NmoyBbmoA1hqL0X+mAmuqXHe7UEOzXWOuMnmCqBXmyWVwFgv4XhIY+rNA5cEZd+7+4BKg2pfaY3o4rFeGTYXMxEEQBbGVfVCKdnfISjKqUSAwVFocnc877fNeLHTCw+4ExPyCud238V7E2Mx+xVfTnMrf5\/xwHIisJd+tkBxiCtV1eO5ByxNpPM+g7vhy3Q7XQuU1Vf1pdDZSa2pBTH2SS7v5azAV1HOTwaOxaDLoHFqi2EMqiqdSltlv4FJj7RqsPm5iR0AY8Wp48DN\/Xu0OfFmWV7s7enJDwJOepX2EJkqCoh\/TdhuasrVpO6wXD\/8yzHFZNBIGQIDAQAB",
    "name": "IntraLaunch",
    "version": "6.0.76",
    "manifest_version": 2,
    "author": "Particle Software",
    "homepage_url": "http:\/\/www.particlesoftware.com",
    "description": "Web to workstation middle ware for building corporate web interfaces allowing for complete access to local workstation resources.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "js": [
                "jquery-2.2.3.min.js",
                "content_script.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "nativeMessaging",
        "storage",
        "tabs"
    ],
    "storage": {
        "managed_schema": "schema.json"
    },
    "browser_action": {
        "default_popup": "",
        "default_icon": {
            "19": "icon-toolbar.png"
        }
    }
}