Shazaam New UI

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

Qu'est-ce que Shazaam New UI ?

Shazaam New UI est une extension Chrome développée par mindSCOPE, et sa fonction principale est "Use Mindscope to parse candidates on any webpage with a single click.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Shazaam New UI

Téléchargez les fichiers d'extension Shazaam New UI au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Shazaam New UI Shazaam New UI
ID pjhhlhlmahfalahahpnahjaaigfaapjk
URL Officiel https://chromewebstore.google.com/detail/shazaam-new-ui/pjhhlhlmahfalahahpnahjaaigfaapjk
Description Use Mindscope to parse candidates on any webpage with a single click.
Taille du Fichier 269 KB
Nombre d'Installations 329
Version Actuelle 1.9
Dernière Mise à Jour 2022-10-07
Date de Publication 2020-06-12
Évaluation 5.00/5 Total 2 Évaluations
Développeur mindSCOPE
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.mindscope.com/privacy-policy
Langues Prises en Charge 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"
}