Placemint.io

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

What is Placemint.io?

Placemint.io is a Chrome extension developed by https://placemint.io, and its main feature is "Placemint's awesome chrome plugin that will help your recruiting needs".

Extension Screenshots

screenshot
screenshot

Download Placemint.io Extension CRX File

Download Placemint.io extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Placemint.io Placemint.io
ID dmkcllnjhiiaoiemkmnipapekhlooghb
Official URL https://chromewebstore.google.com/detail/placemintio/dmkcllnjhiiaoiemkmnipapekhlooghb
Description Placemint's awesome chrome plugin that will help your recruiting needs
File Size 951 KB
Installation Count 14
Current Version 1.5.3
Last Updated 2016-10-16
Publish Date 2016-10-16
Rating 5.00/5 Total 2 Ratings
Developer https://placemint.io
Payment Type free
Supported Languages 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"
    }
}