Placemint.io
Placemint's awesome chrome plugin that will help your recruiting needs
Placemint.io là gì?
Placemint.io là một tiện ích mở rộng Chrome được phát triển bởi https://placemint.io, và tính năng chính của nó là "Placemint's awesome chrome plugin that will help your recruiting needs".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Placemint.io
Tải xuống các tệp mở rộng Placemint.io dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Supercharge Your LinkedIn Recruiter Placemint adds actionable metrics to LinkedIn profiles to help you source candidates faster and more efficiently
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Placemint.io |
ID | dmkcllnjhiiaoiemkmnipapekhlooghb |
URL Chính Thức | https://chromewebstore.google.com/detail/placemintio/dmkcllnjhiiaoiemkmnipapekhlooghb |
Mô tả | Placemint's awesome chrome plugin that will help your recruiting needs |
Kích Thước Tệp | 951 KB |
Số Lần Cài Đặt | 14 |
Phiên Bản Hiện Tại | 1.5.3 |
Cập Nhật Lần Cuối | 2016-10-16 |
Ngày Phát Hành | 2016-10-16 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://placemint.io |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |