Talent Swiper

Sourcing & Review Accelerated!

Что такое Talent Swiper?

Talent Swiper - это расширение Chrome, разработанное Graph, Inc, и его основная функция - "Sourcing & Review Accelerated!".

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

screenshot

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

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

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

                        Talent Swiper makes sourcing faster and more productive
 - Add profiles while browsing LinkedIn or other sites
 - Instant machine learning evaluations from NimbleCat's AI to pinpoint high value candidates
 - Enable your entire team to leverage each other's work                    

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

Название Talent Swiper Talent Swiper
ID fgkgomjogidilmegoonklmdkdehhjgjj
Официальный URL https://chromewebstore.google.com/detail/talent-swiper/fgkgomjogidilmegoonklmdkdehhjgjj
Описание Sourcing & Review Accelerated!
Размер файла 265 KB
Количество установок 26
Текущая Версия 1.14
Последнее Обновление 2021-03-04
Дата публикации 2018-07-03
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Graph, Inc
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://nimblecat.com
URL страницы политики конфиденциальности https://graphtech.ai/graph/privacy
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Talent Swiper",
    "description": "Sourcing & Review Accelerated!",
    "version": "1.14",
    "permissions": [
        "activeTab",
        "storage",
        "cookies",
        "downloads",
        "tabs",
        "",
        "*:\/\/*.nimblecat.com\/",
        "https:\/\/nimblecat.com\/",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "icons": {
        "16": "img\/ts_logo_6_16.png",
        "48": "img\/ts_logo_6_48.png",
        "128": "img\/ts_logo_6_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/ts_logo_6_48.png",
            "38": "img\/ts_logo_6_48.png"
        },
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/nimblecat.com https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "img\/icon128.png"
    ]
}