Shazaam

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

Что такое Shazaam?

Shazaam - это расширение Chrome, разработанное mindSCOPE, и его основная функция - "Use Mindscope to parse candidates on any webpage with a single click.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Shazaam

Скачайте файлы расширений Shazaam в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Shazaam Shazaam
ID lhpffomdonedpcmelkdngoamoongfeoa
Официальный URL https://chromewebstore.google.com/detail/shazaam/lhpffomdonedpcmelkdngoamoongfeoa
Описание Use Mindscope to parse candidates on any webpage with a single click.
Размер файла 204 KB
Количество установок 1,291
Текущая Версия 5.5
Последнее Обновление 2022-10-07
Дата публикации 2020-06-06
Рейтинг 2.83/5 Всего 6 оценок
Разработчик 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",
        "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"
}