Placemint.io
Placemint's awesome chrome plugin that will help your recruiting needs
什麼是Placemint.io?
Placemint.io是由https://placemint.io開發的Chrome擴展程式,該擴展的主要功能是“Placemint's awesome chrome plugin that will help your recruiting needs”。
擴展截圖
下載Placemint.io擴展crx文件
下載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 擴展基本資訊
| 名稱 | |
| ID | dmkcllnjhiiaoiemkmnipapekhlooghb |
| 官方網址 | 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"
}
} | |