NonStop CRM Sourcing Extension

Create candidates, contacts & clients for NonStop CRM anywhere.

NonStop CRM Sourcing Extension क्या है?

NonStop CRM Sourcing Extension NonStop Consulting द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create candidates, contacts & clients for NonStop CRM anywhere."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में NonStop CRM Sourcing Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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"
    ]
}