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 هو إضافة Chrome تم تطويرها بواسطة Objective Management Group، والميزة الرئيسية لها هي "Send links to candidates for employment and view assessment results while accessing your Applicant Tracking Systems.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة OMG Sales Assessments
قم بتنزيل ملفات الامتداد OMG Sales Assessments بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان URL الرسمي | 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 |
عنوان صفحة المساعدة | http://support.objectivemanagement.com |
عنوان صفحة سياسة الخصوصية | 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" } } } |