NonStop CRM Sourcing Extension

Create candidates, contacts & clients for NonStop CRM anywhere.

什么是NonStop CRM Sourcing Extension?

NonStop CRM Sourcing Extension是由NonStop Consulting开发的Chrome扩展程序,该扩展的主要功能是“Create candidates, contacts & clients for NonStop CRM anywhere.”。

扩展截图

screenshot

下载NonStop CRM Sourcing Extension扩展crx文件

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