Shazaam
Use Mindscope to parse candidates on any webpage with a single click.
Shazaam là gì?
Shazaam là một tiện ích mở rộng Chrome được phát triển bởi mindSCOPE, và tính năng chính của nó là "Use Mindscope to parse candidates on any webpage with a single click.".
Ả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 Shazaam
Tải xuống các tệp mở rộng Shazaam 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
The Shazaam extension by Mindscope provides recruiters the ability to parse a candidate’s resume from any web page. Recruiters can now select a piece of text they want to parse in from a web page they are currently browsing, and with the click of a button receive a new Candidate in their Mindscope database. Once the Candidate is successfully parsed into Mindscope the recruiter will get redirected to the new profile for an overview of the candidate’s information.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Shazaam |
ID | lhpffomdonedpcmelkdngoamoongfeoa |
URL Chính Thức | https://chromewebstore.google.com/detail/shazaam/lhpffomdonedpcmelkdngoamoongfeoa |
Mô tả | Use Mindscope to parse candidates on any webpage with a single click. |
Kích Thước Tệp | 204 KB |
Số Lần Cài Đặt | 1,291 |
Phiên Bản Hiện Tại | 5.5 |
Cập Nhật Lần Cuối | 2022-10-07 |
Ngày Phát Hành | 2020-06-06 |
Đánh Giá | 2.83/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | mindSCOPE |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.mindscope.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "background": { "scripts": [ "javascript\/event.js" ], "persistent": false }, "browser_action": { "default_title": "Shazaam", "default_icon": "images\/logo16.png", "default_popup": "main.html" }, "description": "Use Mindscope to parse candidates on any webpage with a single click.", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "icons": { "128": "images\/logo128.png", "16": "images\/logo16.png", "48": "images\/logo48.png" }, "manifest_version": 2, "name": "Shazaam", "short_name": "by mindSCOPE", "permissions": [ "https:\/\/*.mindscope.com\/", "http:\/\/*.mindscope.com\/", "tabs", "storage", "activeTab" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "5.5" } |