Guru

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

Qu'est-ce que Guru ?

Guru est une extension Chrome développée par https://getguru.com, et sa fonction principale est "Your team’s collective knowledge and process documentation, everywhere you need it.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Guru

Téléchargez les fichiers d'extension Guru au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Guru Guru
ID mklbhckkgddhlcdagmobdmnadpjokkkn
URL Officiel https://chromewebstore.google.com/detail/guru/mklbhckkgddhlcdagmobdmnadpjokkkn
Description Your team’s collective knowledge and process documentation, everywhere you need it.
Taille du Fichier 10.04 MB
Nombre d'Installations 118,425
Version Actuelle 2.106.4674
Dernière Mise à Jour 2024-03-02
Date de Publication 2020-07-02
Évaluation 4.10/5 Total 41 Évaluations
Développeur https://getguru.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.getguru.com
URL de la Page de Politique de Confidentialité https://www.getguru.com/privacy
Langues Prises en Charge 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:\/\/*\/*"
    ]
}