Shazaam
Use Mindscope to parse candidates on any webpage with a single click.
什麼是Shazaam?
Shazaam是由mindSCOPE開發的Chrome擴展程式,該擴展的主要功能是“Use Mindscope to parse candidates on any webpage with a single click.”。
擴展截圖
下載Shazaam擴展crx文件
下載Shazaam擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Shazaam |
ID | lhpffomdonedpcmelkdngoamoongfeoa |
官方網址 | https://chromewebstore.google.com/detail/shazaam/lhpffomdonedpcmelkdngoamoongfeoa |
簡介 | Use Mindscope to parse candidates on any webpage with a single click. |
檔案大小 | 204 KB |
安裝次數 | 1,291 |
目前版本 | 5.5 |
更新時間 | 2022-10-07 |
上架時間 | 2020-06-06 |
評分 | 2.83/5 共 6 次評分 |
開發者 | mindSCOPE |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://www.mindscope.com/privacy-policy |
支援的語言 | 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" } |