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 |
电子邮箱 | [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": [ " |