Guru

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

Apa itu Guru?

Guru adalah ekstensi Chrome yang dikembangkan oleh https://getguru.com, dan fitur utamanya adalah "Your team’s collective knowledge and process documentation, everywhere you need it.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Guru

Unduh file ekstensi Guru dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Guru Guru
ID mklbhckkgddhlcdagmobdmnadpjokkkn
URL Resmi https://chromewebstore.google.com/detail/guru/mklbhckkgddhlcdagmobdmnadpjokkkn
Deskripsi Your team’s collective knowledge and process documentation, everywhere you need it.
Ukuran File 10.04 MB
Jumlah Instalasi 118,425
Versi Saat Ini 2.106.4674
Terakhir Diperbarui 2024-03-02
Tanggal Publikasi 2020-07-02
Penilaian 4.10/5 Total 41 Penilaian
Pengembang https://getguru.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.getguru.com
URL Halaman Kebijakan Privasi https://www.getguru.com/privacy
Bahasa yang Didukung 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:\/\/*\/*"
    ]
}