MicroStrategy HyperIntelligence

Surface relevant information directly in your web browser.

Τι είναι το MicroStrategy HyperIntelligence;

Το MicroStrategy HyperIntelligence είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον MicroStrategy, και η κύρια λειτουργία του είναι "Surface relevant information directly in your web browser.".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        With MicroStrategy HyperIntelligence, organizations can inject Zero-Click Intelligence about customers, products, people, and more directly onto words within every website and web application. Built by MicroStrategy, a worldwide leader in enterprise analytics and mobility, the extension surfaces information from 200+ enterprise data sources and injects real-time, contextual insights directly into a user's browser-based workflows.

MicroStrategy HyperIntelligence automatically scans every webpage and underlines relevant keywords. Hover over a highlighted word to see insights in real-time. Cards elegantly present predefined KPIs associated with that word—sourced securely from MicroStrategy.

- Make decisions instantly by incorporating thresholds onto your cards
- Combine information from multiple systems
- Use cards as a launchpad for cross-application workflows 
- Collaborate with others by sharing cards
- Search for individual cards using the search bar within the extension
- Block individual websites at the user level or create organization-wide lists of allowed websites

*This extension may enable interaction with third party websites and applications. MicroStrategy is not affiliated with these third-party websites and applications.                    

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

Όνομα MicroStrategy HyperIntelligence MicroStrategy HyperIntelligence
ID ikaoafechdeidffgniffdhdckeclcdhf
Επίσημο URL https://chromewebstore.google.com/detail/microstrategy-hyperintell/ikaoafechdeidffgniffdhdckeclcdhf
Περιγραφή Surface relevant information directly in your web browser.
Μέγεθος Αρχείου 2.46 MB
Αριθμός Εγκαταστάσεων 79,861
Τρέχουσα Έκδοση 11.3.1260
Τελευταία Ενημέρωση 2023-12-12
Ημερομηνία Δημοσίευσης 2020-06-26
Αξιολόγηση 4.95/5 Συνολικά 37 Αξιολογήσεις
Προγραμματιστής MicroStrategy
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.microstrategy.com
Διεύθυνση URL της Σελίδας Βοήθειας https://www.microstrategy.com/us/services/technical-support
URL της Σελίδας Πολιτικής Απορρήτου https://www.microstrategy.com/en/legal/privacy-policy
Υποστηριζόμενες Γλώσσες de,en,en-GB,en-US,fr,nl,da,es,it,pl,pt-BR,sv,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_16358__",
    "description": "__MSG_16391__",
    "version": "11.3.1260",
    "minimum_chrome_version": "99.0.4844.51",
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; frame-ancestors 'self';"
    },
    "incognito": "split",
    "options_page": "templates\/options-page.html",
    "action": {
        "default_icon": "conf\/images\/icon_on.png",
        "default_title": "__MSG_16358__",
        "default_popup": "popup\/index.html#\/cards"
    },
    "icons": {
        "16": "conf\/images\/logo16.png",
        "48": "conf\/images\/logo48.png",
        "128": "conf\/images\/logo128.png"
    },
    "background": {
        "service_worker": "main.bundle.js"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/front.bundle.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/*\/*"
    ],
    "permissions": [
        "cookies",
        "downloads",
        "nativeMessaging",
        "storage",
        "tabs",
        "unlimitedStorage",
        "webNavigation",
        "webRequest"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "style\/*",
                "templates\/*",
                "popup\/*",
                "js\/card_iframe.bundle.js",
                "conf\/settings.json"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "extension_ids": []
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Alt+H",
                "mac": "Alt+H",
                "chromeos": "Alt+H",
                "linux": "Alt+H"
            }
        }
    }
}