LinkGenius For LinkedIn

The definitive LinkedIn recruiting solution that saves you countless hours of work with qualified inbound sourcing of candidates.…

Что такое LinkGenius For LinkedIn?

LinkGenius For LinkedIn - это расширение Chrome, разработанное http://www.linkgenius.me, и его основная функция - "The definitive LinkedIn recruiting solution that saves you countless hours of work with qualified inbound sourcing of candidates.…".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        The definitive LinkedIn recruiting solution that saves you countless hours of work with qualified inbound sourcing of candidates.

LinkGenius helps recruiters to:
1) Reach thousands of targeted job candidates daily
2) Get actionable data on target candidates and profile views
3) Build a pipeline of qualified candidates rapidly

With one click of a button, you can visit all your prospects at once, saving you an average of 3-5 hours a day. In return, these prospects are likely to pay you a return visit. 

Your pool of both qualified AND interested candidates just got a lot bigger.                    

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

Название LinkGenius For LinkedIn LinkGenius For LinkedIn
ID gndonkjlpfocamjephjegcdmkbbjlhef
Официальный URL https://chrome.google.com/webstore/detail/linkgenius-for-linkedin/gndonkjlpfocamjephjegcdmkbbjlhef
Описание The definitive LinkedIn recruiting solution that saves you countless hours of work with qualified inbound sourcing of candidates.…
Размер файла 465 KB
Количество установок 238
Текущая Версия 1.0.1
Последнее Обновление 2015-06-11
Дата публикации 2015-06-11
Рейтинг 3.00/5 Всего 4 оценок
Разработчик http://www.linkgenius.me
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "ext\/js\/jquery-1.7.1.min.js",
                "ext\/js\/main.js",
                "ext\/js\/functions.js",
                "ext\/js\/helpers.js",
                "ext\/js\/tutorial.js",
                "ext\/js\/bootstrap-modal.min.js"
            ],
            "css": [
                "ext\/css\/main.css",
                "ext\/css\/bootstrap-modal.min.css"
            ],
            "matches": [
                "https:\/\/*.linkedin.com\/*",
                "http:\/\/*.linkedin.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "ext\/js\/jquery-1.7.1.min.js",
            "ext\/js\/functions.js",
            "ext\/js\/helpers.js",
            "ext\/js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "ext\/images\/icon-128.png",
            "38": "ext\/images\/icon-128.png"
        },
        "default_title": "LinkGenius",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "ext\/images\/icon-128.png",
        "16": "ext\/images\/icon-16.png",
        "48": "ext\/images\/icon-48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjUvmmsT1lh5RoKNoV+AfIkmQfPuhDkMbTgd+6L8eY6+\/QMyVCfrXdDFGsGb+eO+\/qw8zqDlaVoE6Rjf+7\/EURI2p+7PiyYoQIo0j3v09sPgZwz0r8WL7g4e8lj37BdV3XkNmwlpEfCjetxhCP+6rqqD5sIipQsmp3pnSF7eDlndTH6nK+OLy8+SrFsVVpBWs8CQIpS75kHjTkwyx3wcm\/yf+SgpRXnLd0w1OHF4A\/KQ82kLLPviGlN6362N9RaGhL+06efUN+tCf\/bygMvwmY5YTepcy1Q2ExbeYseh7wo44InHv6JCoDv5PKSnIAfd8yPrKDYDUAq1r0OUf1d9buQIDAQAB",
    "name": "LinkGenius For LinkedIn",
    "short_name": "LinkGenius",
    "manifest_version": 2,
    "permissions": [
        "identity",
        "https:\/\/www.linkedin.com\/*",
        "tabs",
        "storage",
        "https:\/\/www.googleapis.com\/",
        "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "minimum_chrome_version": "32",
    "optional_permissions": [
        "clipboardRead",
        "clipboardWrite",
        "identity",
        "storage",
        "unlimitedStorage"
    ],
    "version": "1.0.1",
    "web_accessible_resources": [
        "ext\/*.png"
    ],
    "oauth2": {
        "client_id": "45290332489-i92eavfelrfbai98t304lfcv3pqg4ltj.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
        ]
    }
}