NonStop CRM Sourcing Extension
Create candidates, contacts & clients for NonStop CRM anywhere.
Cos'è NonStop CRM Sourcing Extension?
NonStop CRM Sourcing Extension è un'estensione di Chrome sviluppata da NonStop Consulting, e la sua funzione principale è "Create candidates, contacts & clients for NonStop CRM anywhere.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione NonStop CRM Sourcing Extension
Scarica i file di estensione NonStop CRM Sourcing Extension 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
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.
Informazioni di Base sull'Estensione
Nome | NonStop CRM Sourcing Extension |
ID | omiojdijjnakimgndgnjpfdihkjaflmi |
URL Ufficiale | https://chromewebstore.google.com/detail/nonstop-crm-sourcing-exte/omiojdijjnakimgndgnjpfdihkjaflmi |
Descrizione | Create candidates, contacts & clients for NonStop CRM anywhere. |
Dimensione del File | 230 KB |
Conteggio Installazioni | 74 |
Versione Corrente | 0.0.12 |
Ultimo Aggiornamento | 2024-02-10 |
Data di Pubblicazione | 2023-10-03 |
Sviluppatore | NonStop Consulting |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://nonstopconsulting.com/ |
URL della Pagina di Aiuto | https://nonstopconsulting.com/ |
URL della Pagina della Politica sulla Privacy | https://nonstopconsulting.com/chrome-addon-privacy-policy |
Lingue Supportate | 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" ] } |