Resume Extract
Fetches resume details
Resume Extract là gì?
Resume Extract là một tiện ích mở rộng Chrome được phát triển bởi http://www.rightrecruiters.com, và tính năng chính của nó là "Fetches resume details".
Ả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 Resume Extract
Tải xuống các tệp mở rộng Resume Extract 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
This Extension is a part of Right Recruiters , Recruitment Management Software.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | acioflaocdbaafpikfekcajnfhlgpgae |
URL Chính Thức | https://chrome.google.com/webstore/detail/resume-extract/acioflaocdbaafpikfekcajnfhlgpgae |
Mô tả | Fetches resume details |
Kích Thước Tệp | 35.81 KB |
Số Lần Cài Đặt | 213 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2016-05-18 |
Ngày Phát Hành | 2016-05-18 |
Nhà Phát Triển | http://www.rightrecruiters.com |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |