NonStop CRM Sourcing Extension

Create candidates, contacts & clients for NonStop CRM anywhere.

Co je NonStop CRM Sourcing Extension?

NonStop CRM Sourcing Extension je rozšíření Chrome vyvinuté NonStop Consulting, a jeho hlavní funkcí je „Create candidates, contacts & clients for NonStop CRM anywhere.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření NonStop CRM Sourcing Extension

Stáhněte si soubory rozšíření NonStop CRM Sourcing Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název NonStop CRM Sourcing Extension NonStop CRM Sourcing Extension
ID omiojdijjnakimgndgnjpfdihkjaflmi
Oficiální URL https://chromewebstore.google.com/detail/nonstop-crm-sourcing-exte/omiojdijjnakimgndgnjpfdihkjaflmi
Popis Create candidates, contacts & clients for NonStop CRM anywhere.
Velikost souboru 230 KB
Počet instalací 74
Aktuální Verze 0.0.12
Poslední Aktualizace 2024-02-10
Datum Vydání 2023-10-03
Vývojář NonStop Consulting
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://nonstopconsulting.com/
URL Stránky Nápovědy https://nonstopconsulting.com/
URL Stránky Zásad Ochrany Soukromí https://nonstopconsulting.com/chrome-addon-privacy-policy
Podporované Jazyky 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"
    ]
}