Greple AI Plugin

Finde schneller bessere Kandidaten für deinen offenen Job.

Τι είναι το Greple AI Plugin;

Το Greple AI Plugin είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Greple GmbH, και η κύρια λειτουργία του είναι "Finde schneller bessere Kandidaten für deinen offenen Job.".

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

screenshot

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

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

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

                        Deine Active Sourcing Nachricht:
Erhalte alle wichtigen Tipps für Deine perfekte Active Sourcing Nachricht. Von der empfohlenen Länge über passende Inhalte bis zum Schreibstil erfährst Du alles, um Kandidaten*innen zu begeistern.

Jobwechsel Wahrscheinlichkeit:
Auf Basis von über 1.000 Datenpunkten errechnen wir für Dich die Wechselwahrscheinlichkeit von Kandidanten*innen.

Künstliche Intelligenz:
Deine Kern-Kompetenz, die aktive Suche nach Kandidaten*innen auf Linkedin wird nicht ersetzt. Dafür bist weiterhin Du zuständig.

DISC Persönlichkeitsanalyse:
Wir zeigen Dir ein grundlegendes DISC Persönlichkeitsprofil der Kandidaten*innen. So kannst Du Soft Skills und Matching direkt erkennen.

Für weiteren Informationen kontaktieren sie uns gerne unter [email protected] oder besuchen Sie https://greple.de/active-sourcing-people-analytics-plug-in/                    

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

Όνομα Greple AI Plugin Greple AI Plugin
ID heblhlnjpmgnlpeajpnaccdaheaogfle
Επίσημο URL https://chromewebstore.google.com/detail/greple-ai-plugin/heblhlnjpmgnlpeajpnaccdaheaogfle
Περιγραφή Finde schneller bessere Kandidaten für deinen offenen Job.
Μέγεθος Αρχείου 1.19 MB
Αριθμός Εγκαταστάσεων 31
Τρέχουσα Έκδοση 1.40
Τελευταία Ενημέρωση 2021-05-20
Ημερομηνία Δημοσίευσης 2020-12-03
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής Greple GmbH
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://greple.de/active-sourcing-people-analytics-plug-in/
Διεύθυνση URL της Σελίδας Βοήθειας https://greple.de/kontakt/
Υποστηριζόμενες Γλώσσες de
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Greple AI Plugin",
    "version": "1.40",
    "description": "Finde schneller bessere Kandidaten f\u00fcr deinen offenen Job.",
    "manifest_version": 2,
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "activeTab",
        "storage",
        "https:\/\/linkedin.com\/",
        "https:\/\/*.linkedin.com\/",
        "https:\/\/cdnjs.cloudflare.com\/",
        "https:\/\/*.greple.ai\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "scripts\/content.js"
            ],
            "css": [
                "stylesheets\/plugin.css"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "images\/greple_logo_btn.png",
        "images\/greple_logo.png",
        "html\/sidebar.html",
        "html\/login.html"
    ],
    "content_security_policy": "script-src 'self' https:\/\/cdnjs.cloudflare.com 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png"
        },
        "default_title": "Greple AI Plugin",
        "default_popup": "html\/popup.html"
    }
}