Shazaam New UI

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

什么是Shazaam New UI?

Shazaam New UI是由mindSCOPE开发的Chrome扩展程序,该扩展的主要功能是“Use Mindscope to parse candidates on any webpage with a single click.”。

扩展截图

screenshot

下载Shazaam New UI扩展crx文件

下载Shazaam New UI扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Shazaam New UI Shazaam New UI
ID pjhhlhlmahfalahahpnahjaaigfaapjk
官方URL https://chromewebstore.google.com/detail/shazaam-new-ui/pjhhlhlmahfalahahpnahjaaigfaapjk
简介 Use Mindscope to parse candidates on any webpage with a single click.
文件大小 269 KB
安装次数 329
当前版本 1.9
更新时间 2022-10-07
上架时间 2020-06-12
评分 5.00/5 共2次评分
开发者 mindSCOPE
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.mindscope.com/privacy-policy
支持的语言 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"
}