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ファイルをダウンロード
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 |
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 |
Eメール | [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" ] } |