Shazaam

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

Vad är Shazaam?

Shazaam är en Chrome-tillägg utvecklad av mindSCOPE, och dess huvudfunktion är "Use Mindscope to parse candidates on any webpage with a single click.".

Tilläggsskärmbilder

screenshot

Ladda ner Shazaam-förlängningens CRX-fil

Ladda ner Shazaam-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        The Shazaam 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.                    

Grundläggande Information om Tillägg

Namn Shazaam Shazaam
ID lhpffomdonedpcmelkdngoamoongfeoa
Officiell webbadress https://chromewebstore.google.com/detail/shazaam/lhpffomdonedpcmelkdngoamoongfeoa
Beskrivning Use Mindscope to parse candidates on any webpage with a single click.
Filstorlek 204 KB
Antal Installationer 1,291
Aktuell Version 5.5
Senast Uppdaterad 2022-10-07
Publiceringsdatum 2020-06-06
Betyg 2.83/5 Totalt 6 Betyg
Utvecklare mindSCOPE
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://www.mindscope.com/privacy-policy
Stödda Språk en
manifest.json
{
    "background": {
        "scripts": [
            "javascript\/event.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Shazaam",
        "default_icon": "images\/logo16.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\/logo128.png",
        "16": "images\/logo16.png",
        "48": "images\/logo48.png"
    },
    "manifest_version": 2,
    "name": "Shazaam",
    "short_name": "by mindSCOPE",
    "permissions": [
        "https:\/\/*.mindscope.com\/",
        "http:\/\/*.mindscope.com\/",
        "tabs",
        "storage",
        "activeTab"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "5.5"
}