OMG Sales Assessments
Send links to candidates for employment and view assessment results while accessing your Applicant Tracking Systems.
OMG Sales Assessments là gì?
OMG Sales Assessments là một tiện ích mở rộng Chrome được phát triển bởi Objective Management Group, và tính năng chính của nó là "Send links to candidates for employment and view assessment results while accessing your Applicant Tracking Systems.".
Ả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 OMG Sales Assessments
Tải xuống các tệp mở rộng OMG Sales Assessments 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 allows current users of Objective Management Group's suite of Sales Candidate Assessments send links to candidates for employment and view assessment results from inside the web browser, while accessing their web-based Applicant Tracking Systems. You must be a current user of our products (with a username and password) to use this extension.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | OMG Sales Assessments |
ID | kjddlhalbifjjenfdhhanijlpkoomjle |
URL Chính Thức | https://chromewebstore.google.com/detail/omg-sales-assessments/kjddlhalbifjjenfdhhanijlpkoomjle |
Mô tả | Send links to candidates for employment and view assessment results while accessing your Applicant Tracking Systems. |
Kích Thước Tệp | 48.79 KB |
Số Lần Cài Đặt | 59 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2019-05-17 |
Ngày Phát Hành | 2019-05-17 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Objective Management Group |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://objectivemanagement.com |
URL Trang Trợ Giúp | http://support.objectivemanagement.com |
URL Trang Chính Sách Bảo Mật | http://objectivemanagement.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OMG Sales Assessments", "description": "Send links to candidates for employment and view assessment results while accessing your Applicant Tracking Systems.", "version": "1.0.0", "icons": { "128": "OMG128.png", "48": "OMG48.png", "16": "OMG16.png" }, "browser_action": { "default_icon": "OMG16.png" }, "permissions": [ "storage", "contextMenus", "activeTab" ], "optional_permissions": [ "tabs", "*:\/\/*\/*" ], "options_ui": { "page": "options.html", "chrome_style": true }, "background": { "page": "eventPage.html" }, "content_scripts": [ { "matches": [ "https:\/\/info.objectivemanagement.com\/CECheck.aspx" ], "js": [ "jquery-3.3.1.min.js", "contentScript.js" ] } ], "manifest_version": 2, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+F", "mac": "MacCtrl+Shift+F" }, "description": "Runs" } } } |