NonStop CRM Sourcing Extension
Create candidates, contacts & clients for NonStop CRM anywhere.
NonStop CRM Sourcing Extension là gì?
NonStop CRM Sourcing Extension là một tiện ích mở rộng Chrome được phát triển bởi NonStop Consulting, và tính năng chính của nó là "Create candidates, contacts & clients for NonStop CRM anywhere.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng NonStop CRM Sourcing Extension
Tải xuống các tệp mở rộng NonStop CRM Sourcing Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | NonStop CRM Sourcing Extension |
ID | omiojdijjnakimgndgnjpfdihkjaflmi |
URL Chính Thức | https://chromewebstore.google.com/detail/nonstop-crm-sourcing-exte/omiojdijjnakimgndgnjpfdihkjaflmi |
Mô tả | Create candidates, contacts & clients for NonStop CRM anywhere. |
Kích Thước Tệp | 230 KB |
Số Lần Cài Đặt | 74 |
Phiên Bản Hiện Tại | 0.0.12 |
Cập Nhật Lần Cuối | 2024-02-10 |
Ngày Phát Hành | 2023-10-03 |
Nhà Phát Triển | NonStop Consulting |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://nonstopconsulting.com/ |
URL Trang Trợ Giúp | https://nonstopconsulting.com/ |
URL Trang Chính Sách Bảo Mật | https://nonstopconsulting.com/chrome-addon-privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |