RefAssured Connect
RefAssured Connect integrates with your ATS, ensuring you can start, view, and manage your reference checks from anywhere!
Cos'è RefAssured Connect?
RefAssured Connect è un'estensione di Chrome sviluppata da https://www.refassured.com, e la sua funzione principale è "RefAssured Connect integrates with your ATS, ensuring you can start, view, and manage your reference checks from anywhere!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione RefAssured Connect
Scarica i file di estensione RefAssured Connect 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
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | gnimiddlenlfbhppcglofppfolfedlhh |
| URL Ufficiale | https://chromewebstore.google.com/detail/refassured-connect/gnimiddlenlfbhppcglofppfolfedlhh |
| Descrizione | RefAssured Connect integrates with your ATS, ensuring you can start, view, and manage your reference checks from anywhere! |
| Dimensione del File | 304 KB |
| Conteggio Installazioni | 345 |
| Versione Corrente | 1.18.1 |
| Ultimo Aggiornamento | 2024-02-27 |
| Data di Pubblicazione | 2023-02-11 |
| Sviluppatore | https://www.refassured.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://refassured.com |
| URL della Pagina della Politica sulla Privacy | https://www.refassured.com/privacy-policy |
| Lingue Supportate | 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"
}
} | |