Guru

Your team’s collective knowledge and process documentation, everywhere you need it.

什麼是Guru?

Guru是由https://getguru.com開發的Chrome擴展程式,該擴展的主要功能是“Your team’s collective knowledge and process documentation, everywhere you need it.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Guru擴展crx文件

下載Guru擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Guru is a company wiki that works in your workflow, so the information you need is always at your fingertips.

With Guru’s Google Chrome extension, your team can create, share, access, and update information right in the context of their existing workflow. Guru brings relevant knowledge to the places you're already working, like Asana, Salesforce, Hubspot, and any browser-based app in your toolkit, eliminating context switching and keeping your team connected, confident, and engaged. 

Whether you’re looking for a corporate wiki to store process documentation, product information, policies, and standard operating procedures (SOPs), or you want to streamline internal communications to onboard new team members faster and drive exceptional employee engagement, Guru seamlessly saves teams time and prevents interruptions. Guru is an internal knowledge base tool with free templates for every team to help jumpstart your productivity.
 
How Guru works with Google Chrome: 

The Guru browser extension brings information from your company’s knowledge bases directly into the web-based applications your teams use to do their jobs, making the company wiki available at the click of a button. The extension allows users to access and update information in real-time, reducing the time spent searching for information and helping them do their best work. Share product information, streamline internal communication, and onboard employees faster than ever with Guru.

Key features of Guru’s Chrome extension:
- Intuitive search lets people find what they need, just in time and in context
- Deliver knowledge in-workflow with contextual prompts to check out team information based on website content your team is viewing 
- Easily request information directly from subject matter experts
Quickly capture important information, verify it, and store it in Guru

About Guru: 

Guru is a company wiki that works in your workflow, so the information you need to do your job is always at your fingertips. Rated as one of G2’s Top 50 Products for Remote Work, our knowledge management software integrates with the everyday tools you love and works in the browser, Slack and Microsoft Teams, and in our web app. To learn more and get started for free, visit our pricing page: https://www.getguru.com/pricing                    

擴展基本資訊

名稱 Guru Guru
ID mklbhckkgddhlcdagmobdmnadpjokkkn
官方網址 https://chromewebstore.google.com/detail/guru/mklbhckkgddhlcdagmobdmnadpjokkkn
簡介 Your team’s collective knowledge and process documentation, everywhere you need it.
檔案大小 10.04 MB
安裝次數 118,425
目前版本 2.106.4674
更新時間 2024-03-02
上架時間 2020-07-02
評分 4.10/5 共 41 次評分
開發者 https://getguru.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.getguru.com
隱私政策頁面URL https://www.getguru.com/privacy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "description": "Your team\u2019s collective knowledge and process documentation, everywhere you need it.",
    "version": "2.106.4674",
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": "common\/images\/icons\/logo\/g-icon-16.png",
        "48": "common\/images\/icons\/logo\/g-icon-48.png",
        "128": "common\/images\/icons\/logo\/g-icon-128.png"
    },
    "action": {
        "default_icon": {
            "19": "common\/images\/icons\/logo\/guru-chrome19.png",
            "38": "common\/images\/icons\/logo\/guru-chrome38.png"
        },
        "default_title": "Guru"
    },
    "background": {
        "service_worker": "background.js"
    },
    "name": "Guru",
    "content_scripts": [
        {
            "js": [
                "topFrameOnlyEntry.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        },
        {
            "all_frames": true,
            "js": [
                "allFramesEntry.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "activeTab",
        "contextMenus",
        "alarms",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ]
}