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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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:\/\/*\/*"
    ]
}