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 |
公式URL | 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 |
Eメール | [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" } |