RefAssured Connect
RefAssured Connect integrates with your ATS, ensuring you can start, view, and manage your reference checks from anywhere!
Что такое RefAssured Connect?
RefAssured Connect - это расширение Chrome, разработанное https://www.refassured.com, и его основная функция - "RefAssured Connect integrates with your ATS, ensuring you can start, view, and manage your reference checks from anywhere!".
Снимки экрана расширения
Скачать файл CRX расширения RefAssured Connect
Скачайте файлы расширений RefAssured Connect в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
The future of references is here. With RefAssured Connect you will: - Reduce time and save money - Make informed hiring decisions - Increase successful hires - Create new client and candidate relationships
Основная информация о расширении
Название | RefAssured Connect |
ID | gnimiddlenlfbhppcglofppfolfedlhh |
Официальный URL | https://chromewebstore.google.com/detail/refassured-connect/gnimiddlenlfbhppcglofppfolfedlhh |
Описание | RefAssured Connect integrates with your ATS, ensuring you can start, view, and manage your reference checks from anywhere! |
Размер файла | 304 KB |
Количество установок | 345 |
Текущая Версия | 1.18.1 |
Последнее Обновление | 2024-02-27 |
Дата публикации | 2023-02-11 |
Разработчик | https://www.refassured.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://refassured.com |
URL страницы политики конфиденциальности | https://www.refassured.com/privacy-policy |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RefAssured Connect", "description": "RefAssured Connect integrates with your ATS, ensuring you can start, view, and manage your reference checks from anywhere!", "version": "1.18.1", "manifest_version": 3, "action": [], "permissions": [ "tabs", "activeTab", "storage" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ], "web_accessible_resources": [ { "resources": [ "popup.html" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ], "icons": { "16": "assets\/icon16.png", "32": "assets\/icon32.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" } } |