NonStop CRM Sourcing Extension
Create candidates, contacts & clients for NonStop CRM anywhere.
What is NonStop CRM Sourcing Extension?
NonStop CRM Sourcing Extension is a Chrome extension developed by NonStop Consulting, and its main feature is "Create candidates, contacts & clients for NonStop CRM anywhere.".
Extension Screenshots
Download NonStop CRM Sourcing Extension Extension CRX File
Download NonStop CRM Sourcing Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | NonStop CRM Sourcing Extension |
ID | omiojdijjnakimgndgnjpfdihkjaflmi |
Official URL | https://chromewebstore.google.com/detail/nonstop-crm-sourcing-exte/omiojdijjnakimgndgnjpfdihkjaflmi |
Description | Create candidates, contacts & clients for NonStop CRM anywhere. |
File Size | 230 KB |
Installation Count | 74 |
Current Version | 0.0.12 |
Last Updated | 2024-02-10 |
Publish Date | 2023-10-03 |
Developer | NonStop Consulting |
[email protected] | |
Payment Type | free |
Extension Website | https://nonstopconsulting.com/ |
Help Page URL | https://nonstopconsulting.com/ |
Privacy Policy Page URL | https://nonstopconsulting.com/chrome-addon-privacy-policy |
Supported Languages | 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" ] } |