Placemint.io

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

Placemint.io क्या है?

Placemint.io https://placemint.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Placemint's awesome chrome plugin that will help your recruiting needs"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Placemint.io एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}