Shazaam New UI

Use Mindscope to parse candidates on any webpage with a single click.

Was ist Shazaam New UI?

Shazaam New UI ist eine Chrome-Erweiterung, die von mindSCOPE entwickelt wurde, und ihr Hauptmerkmal ist "Use Mindscope to parse candidates on any webpage with a single click.".

Erweiterungsscreenshots

screenshot

Shazaam New UI-Erweiterungs-CRX-Datei herunterladen

Laden Sie Shazaam New UI-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        The Shazaam New UI extension by Mindscope provides recruiters the ability to parse a candidate’s resume from any web page. Recruiters can now select a piece of text they want to parse in from a web page they are currently browsing, and with the click of a button receive a new Candidate in their Mindscope database. Once the Candidate is successfully parsed into Mindscope the recruiter will get redirected to the new profile for an overview of the candidate’s information.                    

Grundlegende Informationen zur Erweiterung

Name Shazaam New UI Shazaam New UI
ID pjhhlhlmahfalahahpnahjaaigfaapjk
Offizielle URL https://chromewebstore.google.com/detail/shazaam-new-ui/pjhhlhlmahfalahahpnahjaaigfaapjk
Beschreibung Use Mindscope to parse candidates on any webpage with a single click.
Dateigröße 269 KB
Installationsanzahl 329
Aktuelle Version 1.9
Letztes Update 2022-10-07
Veröffentlichungsdatum 2020-06-12
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler mindSCOPE
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.mindscope.com/privacy-policy
Unterstützte Sprachen en
manifest.json
{
    "background": {
        "scripts": [
            "javascript\/event.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Shazaam New UI",
        "default_icon": "images\/shazaam-icon128.png",
        "default_popup": "main.html"
    },
    "description": "Use Mindscope to parse candidates on any webpage with a single click.",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "icons": {
        "128": "images\/shazaam-icon128.png",
        "16": "images\/shazaam-icon16.png",
        "48": "images\/shazaam-icon48.png"
    },
    "manifest_version": 2,
    "name": "Shazaam New UI",
    "short_name": "by mindSCOPE",
    "permissions": [
        "https:\/\/*.mindscope.com\/",
        "http:\/\/*.mindscope.com\/",
        "tabs",
        "storage",
        "activeTab"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.9"
}