OMG Sales Assessments
Send links to candidates for employment and view assessment results while accessing your Applicant Tracking Systems.
Cos'è OMG Sales Assessments?
OMG Sales Assessments è un'estensione di Chrome sviluppata da Objective Management Group, e la sua funzione principale è "Send links to candidates for employment and view assessment results while accessing your Applicant Tracking Systems.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione OMG Sales Assessments
Scarica i file di estensione OMG Sales Assessments in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | OMG Sales Assessments |
ID | kjddlhalbifjjenfdhhanijlpkoomjle |
URL Ufficiale | https://chromewebstore.google.com/detail/omg-sales-assessments/kjddlhalbifjjenfdhhanijlpkoomjle |
Descrizione | Send links to candidates for employment and view assessment results while accessing your Applicant Tracking Systems. |
Dimensione del File | 48.79 KB |
Conteggio Installazioni | 59 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2019-05-17 |
Data di Pubblicazione | 2019-05-17 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Objective Management Group |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://objectivemanagement.com |
URL della Pagina di Aiuto | http://support.objectivemanagement.com |
URL della Pagina della Politica sulla Privacy | http://objectivemanagement.com/privacy |
Lingue Supportate | 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" } } } |