OMG Sales Assessments
Send links to candidates for employment and view assessment results while accessing your Applicant Tracking Systems.
什麼是OMG Sales Assessments?
OMG Sales Assessments是由Objective Management Group開發的Chrome擴展程式,該擴展的主要功能是“Send links to candidates for employment and view assessment results while accessing your Applicant Tracking Systems.”。
擴展截圖
下載OMG Sales Assessments擴展crx文件
下載OMG Sales Assessments擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | OMG Sales Assessments |
ID | kjddlhalbifjjenfdhhanijlpkoomjle |
官方網址 | https://chromewebstore.google.com/detail/omg-sales-assessments/kjddlhalbifjjenfdhhanijlpkoomjle |
簡介 | Send links to candidates for employment and view assessment results while accessing your Applicant Tracking Systems. |
檔案大小 | 48.79 KB |
安裝次數 | 59 |
目前版本 | 1.0.0 |
更新時間 | 2019-05-17 |
上架時間 | 2019-05-17 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Objective Management Group |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://objectivemanagement.com |
說明頁面URL | http://support.objectivemanagement.com |
隱私政策頁面URL | http://objectivemanagement.com/privacy |
支援的語言 | 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" } } } |