NonStop CRM Sourcing Extension
Create candidates, contacts & clients for NonStop CRM anywhere.
Τι είναι το NonStop CRM Sourcing Extension;
Το NonStop CRM Sourcing Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον NonStop Consulting, και η κύρια λειτουργία του είναι "Create candidates, contacts & clients for NonStop CRM anywhere.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης NonStop CRM Sourcing Extension
Λήψη αρχείων επέκτασης NonStop CRM Sourcing Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | NonStop CRM Sourcing Extension |
ID | omiojdijjnakimgndgnjpfdihkjaflmi |
Επίσημο URL | https://chromewebstore.google.com/detail/nonstop-crm-sourcing-exte/omiojdijjnakimgndgnjpfdihkjaflmi |
Περιγραφή | Create candidates, contacts & clients for NonStop CRM anywhere. |
Μέγεθος Αρχείου | 230 KB |
Αριθμός Εγκαταστάσεων | 74 |
Τρέχουσα Έκδοση | 0.0.12 |
Τελευταία Ενημέρωση | 2024-02-10 |
Ημερομηνία Δημοσίευσης | 2023-10-03 |
Προγραμματιστής | NonStop Consulting |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://nonstopconsulting.com/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://nonstopconsulting.com/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://nonstopconsulting.com/chrome-addon-privacy-policy |
Υποστηριζόμενες Γλώσσες | 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" ] } |