Shazaam New UI

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

Apa itu Shazaam New UI?

Shazaam New UI adalah ekstensi Chrome yang dikembangkan oleh mindSCOPE, dan fitur utamanya adalah "Use Mindscope to parse candidates on any webpage with a single click.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Shazaam New UI

Unduh file ekstensi Shazaam New UI dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Shazaam New UI Shazaam New UI
ID pjhhlhlmahfalahahpnahjaaigfaapjk
URL Resmi https://chromewebstore.google.com/detail/shazaam-new-ui/pjhhlhlmahfalahahpnahjaaigfaapjk
Deskripsi Use Mindscope to parse candidates on any webpage with a single click.
Ukuran File 269 KB
Jumlah Instalasi 329
Versi Saat Ini 1.9
Terakhir Diperbarui 2022-10-07
Tanggal Publikasi 2020-06-12
Penilaian 5.00/5 Total 2 Penilaian
Pengembang mindSCOPE
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.mindscope.com/privacy-policy
Bahasa yang Didukung 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"
}