Jive Copilot

Enhance your experience of browsing content on your Jive Community.

Jive Copilotคืออะไร?

Jive Copilot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jivesoftware และคุณลักษณะหลักของมันคือ "Enhance your experience of browsing content on your Jive Community."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Jive Copilot is an AI-powered browser extension that enriches your browsing experience by providing a new way of consuming  content and exploring information on Jive Community. 

Our solution offers two main capabilities :
✅ Q & A : Helps you get detailed answer along with sources for any question.
✅ Summarize : Helps you summarize any document, blog post or discussion on Jive. It also dynamically provides quick actions to get important ideas, key takeaways, announcements etc.

❓ FAQ
How can I Install Jive Copilot?
To install Jive Copilot, simply click the "Add on Chrome" button, install the extension, and login with your Jive Account. That's it! 

What web browser are supported?
Currently, Jive Copilot supports Google Chrome, Microsoft Edge and Brave browsers.

Can I use Jive Copilot on any Jive Community ?
Jive Copilot can only be used with communities that are onboarded on Jive Copilot. Connect with your community manager for more information.

Does Jive Copilot Summary work on all websites?
No, it only works on Jive Community you are logged in with. Also, right now, it only summarizes document, blog posts and discussions on Jive (not other kind of pages).

What content does Jive Copilot consider while answering my question ?
Jive Copilot answers your question based on content you have access to.

What languages Jive Copilot operates with?
For now, Jive Copilot only works in English.



Note : Only authenticated jive users can use this extension.                    

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

ชื่อ Jive Copilot Jive Copilot
ID mgmgfidkinocfhieemgaplelhmkaaljm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/jive-copilot/mgmgfidkinocfhieemgaplelhmkaaljm
คำอธิบาย Enhance your experience of browsing content on your Jive Community.
ขนาดไฟล์ 1.14 MB
จำนวนการติดตั้ง 331
เวอร์ชันปัจจุบัน 2.0.24
อัปเดตครั้งล่าสุด 2024-02-20
วันที่เผยแพร่ 2023-06-06
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา jivesoftware
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.jivesoftware.com/
URL หน้าช่วยเหลือ https://www.jivesoftware.com/company/contact/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html"
    },
    "version": "2.0.24",
    "author": "bilalafzal",
    "name": "Jive Copilot",
    "description": "Enhance your experience of browsing content on your Jive Community.",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "scripting",
        "identity",
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/*.jivesoftware.com\/*",
        "https:\/\/*.copilot.jivesoftware.com\/*",
        "https:\/\/*.execute-api.us-east-1.amazonaws.com\/*",
        "https:\/\/*.jiveon.com\/*",
        "https:\/\/*.ignitetech.com\/*"
    ],
    "optional_host_permissions": [
        "https:\/\/*\/*"
    ],
    "onboarding_be_url": "https:\/\/obe.copilot.jivesoftware.com\/",
    "gtag_id": "G-SW3ZPLH5LW",
    "gtag_api_secret": "GSQR96iSQneUm2VzTLY3VQ"
}