Glean

Glean is the work assistant with intuition. Search across all your company's apps to find exactly what you need.

Τι είναι το Glean;

Το Glean είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Glean Work, και η κύρια λειτουργία του είναι "Glean is the work assistant with intuition. Search across all your company's apps to find exactly what you need.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Glean

Λήψη αρχείων επέκτασης Glean σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        🔍 Quick access to anything you need
* With Glean’s new tab page, quickly look up anything or navigate to any document in a single click.
* View your calendar events and join meetings seamlessly.
* Explore documents trending on your team.
* Use Go Links to quickly access common documents.

🌍 Search from anywhere on the web
* Use Command+J to open the Glean sidebar and get search results across all your tools without losing your place.
* Highlight text and right click to search from anywhere on the web.

⚡Power search boxes in other tools
* Bring Glean to search boxes in tools like Jira, Confluence, Google Drive to seamlessly find what you need without changing your workflow.

✨ Enhance your workflow
* Search from the URL bar by typing “gl” + space.

—
Glean connects with dozens of popular workplace apps like Google Drive, Jira, Confluence, Slack, and more. Use this extension if you have an account created by your company admin.

Questions? Visit https://help.glean.com or learn more at https://www.glean.com

Learn more about the permissions we ask for: https://help.glean.com/en/articles/3643260-why-does-the-chrome-extension-ask-for-those-permissions                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Glean Glean
ID cfpdompphcacgpjfbonkdokgjhgabpij
Επίσημο URL https://chromewebstore.google.com/detail/glean/cfpdompphcacgpjfbonkdokgjhgabpij
Περιγραφή Glean is the work assistant with intuition. Search across all your company's apps to find exactly what you need.
Μέγεθος Αρχείου 137 KB
Αριθμός Εγκαταστάσεων 129,400
Τρέχουσα Έκδοση 1.0.53
Τελευταία Ενημέρωση 2024-02-09
Ημερομηνία Δημοσίευσης 2021-09-26
Αξιολόγηση 4.67/5 Συνολικά 33 Αξιολογήσεις
Προγραμματιστής Glean Work
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.glean.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://help.glean.com/
URL της Σελίδας Πολιτικής Απορρήτου https://www.glean.com/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "16": "images\/logo-16.png",
            "32": "images\/logo-32.png",
            "48": "images\/logo-48.png",
            "128": "images\/logo-128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "content_scripts": [
        {
            "js": [
                "contentScript.js"
            ],
            "matches": [
                "https:\/\/app.box.com\/*",
                "https:\/\/*.asana.com\/*",
                "https:\/\/*.atlassian.net\/*",
                "https:\/\/*.docebosaas.com\/*",
                "https:\/\/docs.google.com\/*",
                "https:\/\/*.docusign.com\/*",
                "https:\/\/drive.google.com\/*",
                "https:\/\/*.dropbox.com\/*",
                "https:\/\/*.force.com\/*",
                "https:\/\/github.com\/*",
                "https:\/\/*.highspot.com\/*",
                "https:\/\/mail.google.com\/*",
                "https:\/\/*.marketo.com\/*",
                "https:\/\/*.mindtouch.com\/*",
                "https:\/\/*.office.com\/*",
                "https:\/\/*.onedrive.live.com\/*",
                "https:\/\/*.quip.com\/*",
                "https:\/\/*.salesforce.com\/*",
                "https:\/\/*.servicenow.com\/*",
                "https:\/\/*.slack.com\/*",
                "https:\/\/*.stackoverflow.com\/*",
                "https:\/\/teams.microsoft.com\/*",
                "https:\/\/work.facebook.com\/*",
                "https:\/\/*.workday.com\/*",
                "https:\/\/*.zendesk.com\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "description": "Glean is the work assistant with intuition. Search across all your company's apps to find exactly what you need.",
    "externally_connectable": {
        "matches": [
            "https:\/\/*.askscio.com\/*",
            "https:\/\/*.glean.com\/*"
        ]
    },
    "host_permissions": [],
    "icons": {
        "16": "images\/logo-16.png",
        "32": "images\/logo-32.png",
        "48": "images\/logo-48.png",
        "128": "images\/logo-128.png"
    },
    "manifest_version": 3,
    "name": "Glean",
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ],
    "options_ui": {
        "open_in_tab": true,
        "page": "options.html"
    },
    "permissions": [
        "activeTab",
        "alarms",
        "bookmarks",
        "contextMenus",
        "history",
        "offscreen",
        "scripting",
        "storage",
        "tabs",
        "favicon",
        "declarativeNetRequestWithHostAccess"
    ],
    "storage": {
        "managed_schema": "managed_schema.json"
    },
    "version": "1.0.53",
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+J",
                "mac": "Ctrl+J"
            }
        }
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoejwPjJd16FOAq\/O0ZoL3YcnI1gvB2KSEQIp434LKFR8Cgxhw8Y3AxnU8JU9h6hQs1aqHXQ\/oRWdq1PHvWudYhos\/dP2vsXWetsTZos10hLEQ2rfRKlGZXBLDz\/r8DNSDAVLt0\/AsrW+RBSa+Rqju7QLdqeo5nP8buSoKJmMA4e+tjuXTdsUgvHmhunoZQg1EPFcnwCIRTAc8+lPrgr4znJHTINOfHdNoZMdBvZAeb32XaH5udEhsqW71V7Y6vKfHZgMmMIH63VW+EtI9lWrlTYhkrtP+dLXU1rBPaVkkhGwaOR9Tfcx5\/84bhojMxoG+hsUmKGq75TT7UwWoD\/AZwIDAQAB",
    "omnibox": {
        "keyword": "gl"
    }
}