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
拡張機能の基本情報
名前 | 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" } } |