Resume Extract
Fetches resume details
Resume Extractとは何ですか?
Resume Extractはhttp://www.rightrecruiters.comによって開発されたChromeの拡張機能で、その主な機能は「Fetches resume details」です。
拡張機能のスクリーンショット
Resume Extract拡張機能のCRXファイルをダウンロード
Resume Extract拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This Extension is a part of Right Recruiters , Recruitment Management Software.
拡張機能の基本情報
名前 | |
ID | acioflaocdbaafpikfekcajnfhlgpgae |
公式URL | https://chrome.google.com/webstore/detail/resume-extract/acioflaocdbaafpikfekcajnfhlgpgae |
説明 | Fetches resume details |
ファイルサイズ | 35.81 KB |
インストール数 | 213 |
現在のバージョン | 1.0 |
最終更新日 | 2016-05-18 |
公開日 | 2016-05-18 |
開発者 | http://www.rightrecruiters.com |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Resume Extract", "manifest_version": 2, "description": "Fetches resume details", "version": "1.0", "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/", "downloads", "downloads.open" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Extract Resume from current tab", "default_popup": "resumeform.html", "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ " |