Placemint.io

Placemint's awesome chrome plugin that will help your recruiting needs

Что такое Placemint.io?

Placemint.io - это расширение Chrome, разработанное https://placemint.io, и его основная функция - "Placemint's awesome chrome plugin that will help your recruiting needs".

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

screenshot
screenshot

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

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

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

                        Supercharge Your LinkedIn Recruiter
Placemint adds actionable metrics to LinkedIn profiles to help you source candidates faster and more efficiently                    

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

Название Placemint.io Placemint.io
ID dmkcllnjhiiaoiemkmnipapekhlooghb
Официальный URL https://chromewebstore.google.com/detail/placemintio/dmkcllnjhiiaoiemkmnipapekhlooghb
Описание Placemint's awesome chrome plugin that will help your recruiting needs
Размер файла 951 KB
Количество установок 14
Текущая Версия 1.5.3
Последнее Обновление 2016-10-16
Дата публикации 2016-10-16
Рейтинг 5.00/5 Всего 2 оценок
Разработчик https://placemint.io
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Placemint.io",
    "version": "1.5.3",
    "manifest_version": 2,
    "description": "Placemint's awesome chrome plugin that will help your recruiting needs",
    "homepage_url": "http:\/\/www.placemint.io",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "web_accessible_resources": [
        "img\/file.png",
        "js\/*"
    ],
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "placemintScrape.js",
                "js\/handlebars.js",
                "js\/d3pie.min.js",
                "charts\/c3.min.js"
            ],
            "css": [
                "css\/style.css",
                "charts\/c3.css"
            ]
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Source Like A Savage",
        "default_popup": "src\/browser_action\/placemintChromeIndex.html"
    }
}