NonStop CRM Sourcing Extension
Create candidates, contacts & clients for NonStop CRM anywhere.
O que é NonStop CRM Sourcing Extension?
NonStop CRM Sourcing Extension é uma extensão do Chrome desenvolvida por NonStop Consulting, e sua principal característica é "Create candidates, contacts & clients for NonStop CRM anywhere.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão NonStop CRM Sourcing Extension
Baixe arquivos de extensão NonStop CRM Sourcing Extension 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
This Google Chrome extension is a convenient tool designed to simplify and streamline the process of creating candidates, contacts, and clients in the NonStop Consulting CRM. This extension provides indispensable support for enhancing the overall operations and user experience in using NonStop Consulting's CRM. This Google Chrome extension is a highly useful tool designed to facilitate the creation of candidates, contacts, and clients in the NonStop Consulting CRM. In addition, it enhances the user experience by parsing LinkedIn data, enabling quick and efficient creation of a contact or candidate directly from a profile page. The extension also allows the creation of a client from a company page, aiding in seamless business operations.
Informações Básicas da Extensão
Nome | NonStop CRM Sourcing Extension |
ID | omiojdijjnakimgndgnjpfdihkjaflmi |
URL Oficial | https://chromewebstore.google.com/detail/nonstop-crm-sourcing-exte/omiojdijjnakimgndgnjpfdihkjaflmi |
Descrição | Create candidates, contacts & clients for NonStop CRM anywhere. |
Tamanho do Arquivo | 230 KB |
Contagem de Instalações | 74 |
Versão Atual | 0.0.12 |
Última Atualização | 2024-02-10 |
Data de Publicação | 2023-10-03 |
Desenvolvedor | NonStop Consulting |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://nonstopconsulting.com/ |
URL da Página de Ajuda | https://nonstopconsulting.com/ |
URL da Página de Política de Privacidade | https://nonstopconsulting.com/chrome-addon-privacy-policy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NonStop CRM Sourcing Extension", "description": "Create candidates, contacts & clients for NonStop CRM anywhere.", "version": "0.0.12.0", "version_name": "0.0.12", "manifest_version": 3, "icons": { "64": "src\/assets\/favicon.png" }, "action": { "default_title": "Click to open panel" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "side_panel": { "default_path": "src\/side-panel\/index.html" }, "host_permissions": [ "*:\/\/*\/*" ], "permissions": [ "sidePanel", "cookies", "storage" ] } |