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."입니다.
확장 프로그램 스크린샷
NonStop CRM Sourcing Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" ] } |