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