intelliHR Analytics Search

Improve accessibility for intellihr's analytics capability, support quick page access through search and context based suggestion.

Τι είναι το intelliHR Analytics Search;

Το intelliHR Analytics Search είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον intelliHR, και η κύρια λειτουργία του είναι "Improve accessibility for intellihr's analytics capability, support quick page access through search and context based suggestion.".

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

screenshot
screenshot
screenshot

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

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

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

                        The intelliHR Analytics Search Browser Extension is a companion app for intelliHR's analytics capability. It improves accessibility by supporting quick analytics page access through keyword search and context based suggestions.

Features:
- Quickly search intelliHR’s 30 analytics pages with a 120 HR keyword search engine
- Save favourite pages for quick access
- Receive suggested analytics pages based on what you are viewing
- See your recent analytics pages visited for quick access 
- Access your personal intelliHR dashboard with one click

intelliHR is a next-generation cloud-based SaaS people management and data analytics platform, leveraging AI specifically Natural Language Processing in the application.  It gives customers everything they need to understand their team; performance tools to help deliver their best and help build a better organisational culture.

The extension requires you to be logged in to your intelliHR account. If you are not logged in then you will be directed to your login page before you can proceed. The extension does not transfer any information back to intelliHR. All data used by the extension is stored securely within your browser.

Permissions given when installing it:
- Read and change your browsing history
- Display notifications

After installing the extension for the first time, refresh the previously opened tab if you want to use it on this page.                    

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

Όνομα intelliHR Analytics Search intelliHR Analytics Search
ID ccgegccbeeocemopakflbiknhjpknghp
Επίσημο URL https://chromewebstore.google.com/detail/intellihr-analytics-searc/ccgegccbeeocemopakflbiknhjpknghp
Περιγραφή Improve accessibility for intellihr's analytics capability, support quick page access through search and context based suggestion.
Μέγεθος Αρχείου 12.49 MB
Αριθμός Εγκαταστάσεων 49
Τρέχουσα Έκδοση 0.1.8
Τελευταία Ενημέρωση 2022-09-06
Ημερομηνία Δημοσίευσης 2020-10-01
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής intelliHR
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://intellihr.com/
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "short_name": "intelliX",
    "name": "intelliHR Analytics Search",
    "description": "Improve accessibility for intellihr's analytics capability, support quick page access through search and context based suggestion.",
    "author": "intelliHR",
    "version": "0.1.8",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "static\/css\/content.css"
            ],
            "js": [
                "\/static\/js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "\/index.html",
        "\/static\/css\/app.css",
        "\/static\/js\/app.js"
    ],
    "background": {
        "scripts": [
            "\/static\/js\/background.js"
        ]
    },
    "browser_action": [],
    "permissions": [
        "activeTab",
        "history"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'"
}