SearchUnify Intranet Extension

Accelerate Employee Engagement, Productivity and Onboarding with SearchUnify’s Cognitive Search for your Enterprise Intranet.

SearchUnify Intranet Extensionคืออะไร?

SearchUnify Intranet Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Grazitti Interactive และคุณลักษณะหลักของมันคือ "Accelerate Employee Engagement, Productivity and Onboarding with SearchUnify’s Cognitive Search for your Enterprise Intranet."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        A neat, useful, and official extension dedicated to intranet search. It is powered by SearchUnify's cognitive search technology. An official and lightweight extension to find documents stored in your intranet. The extension is fast, neat, and always-improving. All SearchUnify customers can install it on their browser for an easy-access to intranet data. The extension is powered by the SearchUnify technology.

🔎 Configuration
   ➡ Create a search client in your SearchUnify instance
   ➡ Connect the intranet content sources with the search client
   ➡ Install the extension
   ➡ Enter the search client UID and instance URL to get started

🔎 Use
   ➡ Open a new tab in Chrome
   ➡ Start searching

🔎 Advantages
   ➡ Destroys information silos
   ➡ Eases knowledge sharing among departments
   ➡ Helps employees find information faster
   
🔎 About SearchUnify
   ➡ Intranet Search has been developed by SearchUnify, a Strong Performer among the cognitive search engines according to The Forrester Wave™ (2021)                    

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

ชื่อ SearchUnify Intranet Extension SearchUnify Intranet Extension
ID pmhecnoiipemlegeniaealcnhfjmmknl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/searchunify-intranet-exte/pmhecnoiipemlegeniaealcnhfjmmknl
คำอธิบาย Accelerate Employee Engagement, Productivity and Onboarding with SearchUnify’s Cognitive Search for your Enterprise Intranet.
ขนาดไฟล์ 3.19 MB
จำนวนการติดตั้ง 60
เวอร์ชันปัจจุบัน 1.0.15
อัปเดตครั้งล่าสุด 2023-10-18
วันที่เผยแพร่ 2023-05-23
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Grazitti Interactive
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.searchunify.com/
URL หน้าช่วยเหลือ https://community.searchunify.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.grazitti.com/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SearchUnify Intranet Extension",
    "description": "Accelerate Employee Engagement, Productivity and Onboarding with SearchUnify\u2019s Cognitive Search for your Enterprise Intranet.",
    "version": "1.0.15",
    "action": {
        "default_popup": ".\/popup\/html\/popup.html",
        "default_icon": {
            "16": ".\/images\/favicon-1.png",
            "32": ".\/images\/favicon-1.png"
        }
    },
    "icons": {
        "16": ".\/images\/favicon-1.png",
        "32": ".\/images\/favicon-1.png",
        "48": ".\/images\/favicon-1.png",
        "128": ".\/images\/favicon-1.png"
    },
    "permissions": [
        "tabs",
        "topSites",
        "favicon",
        "storage",
        "cookies",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/auth.atlassian.com\/*",
        "https:\/\/id.atlassian.com\/*",
        "https:\/\/*.atlassian.com\/",
        "https:\/\/start.atlassian.com\/*",
        "https:\/\/*.searchunify.com\/",
        "https:\/\/*.searchunify.ai\/"
    ],
    "chrome_url_overrides": {
        "newtab": ".\/popup\/html\/home.html"
    },
    "options_ui": {
        "page": ".\/popup\/html\/configure.html",
        "open_in_tab": false
    },
    "background": {
        "service_worker": ".\/popup\/js\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                ".\/images\/Search.svg",
                ".\/images\/LogoS.svg",
                ".\/images\/google.svg",
                ".\/images\/TEAM.svg"
            ],
            "matches": [
                ""
            ]
        }
    ]
}