PR Sourcing Tool
Save time when sourcing candidates.
O que é PR Sourcing Tool?
PR Sourcing Tool é uma extensão do Chrome desenvolvida por https://passivereferral.com, e sua principal característica é "Save time when sourcing candidates.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão PR Sourcing Tool
Baixe arquivos de extensão PR Sourcing Tool no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
BOT Shreyasi by Passivereferral is AI Telephonic Conversational HR, which speaks to candidate over the phone and tale care of end to end talent acquisition Process for employer PR sourcing tool help companies to automate candidate search and connect to large number of candidates in a go Passivereferral is a leading HR technology company, with product like applicant tracking system, Talent Crowdsourcing tool, Employee referral tool and many more
Informações Básicas da Extensão
Nome | PR Sourcing Tool |
ID | eejiciddgbndipimcblbaefniedednnl |
URL Oficial | https://chromewebstore.google.com/detail/pr-sourcing-tool/eejiciddgbndipimcblbaefniedednnl |
Descrição | Save time when sourcing candidates. |
Tamanho do Arquivo | 232 KB |
Contagem de Instalações | 33 |
Versão Atual | 2.8.8 |
Última Atualização | 2022-10-25 |
Data de Publicação | 2020-06-13 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | https://passivereferral.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://passivereferral.com |
URL da Página de Ajuda | https://support.passivereferral.com |
URL da Página de Política de Privacidade | https://passivereferral.com/privacy-policy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PR Sourcing Tool", "description": "Save time when sourcing candidates.", "version": "2.8.8", "devtools_page": "devtools.html", "web_accessible_resources": [ "\/js\/scripts.js" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "jquery-2.2.4.min.js", "background.js" ], "persistent": true }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "cookies", "storage", "tabs", "*:\/\/*.naukri.com\/", "*:\/\/*.shine.com\/", "*:\/\/*.passivereferral.com\/", "https:\/\/api.passivereferral.com\/", "https:\/\/www.passivereferral.com\/" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "http:\/\/*.passivereferral.com\/" ], "js": [ "jquery-2.2.4.min.js", "content.js" ], "run_at": "document_end", "css": [ "css\/style.css" ] } ] } |