Pipechat for WhatsApp Web
Connect your CRM to use template messages, manage contacts, deals, and activities.
Pipechat for WhatsApp Web란 무엇입니까?
Pipechat for WhatsApp Web은(는) Pipechat에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Connect your CRM to use template messages, manage contacts, deals, and activities."입니다.
확장 프로그램 스크린샷
Pipechat for WhatsApp Web 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Pipechat is a Chrome extension that adds a Pipedrive sidebar to WhatsApp Web. With Pipechat, you can quickly add the most important messages as notes to your deals, add your WhatsApp contacts to your CRM with one click and create new deals as you chat. You can also schedule your next WhatsApp chats and use template messages in your conversations. Simply install the extension and open WhatsApp Web to start using the Pipechat's sidebar.
확장 프로그램 기본 정보
이름 | Pipechat for WhatsApp Web |
ID | mbfdhkodejajhcnoljjgkdbdmacahcoc |
공식 URL | https://chromewebstore.google.com/detail/pipechat-for-whatsapp-web/mbfdhkodejajhcnoljjgkdbdmacahcoc |
설명 | Connect your CRM to use template messages, manage contacts, deals, and activities. |
파일 크기 | 86.94 KB |
설치 횟수 | 7,772 |
현재 버전 | whatsapp 2.0.7 |
최근 업데이트 | 2024-02-21 |
출시 날짜 | 2020-06-19 |
평점 | 3.76/5 총 17 개의 평점 |
개발자 | Pipechat |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://pipechat.app |
도움말 페이지 URL | https://pipechat.app/en/help |
개인정보 보호 정책 페이지 URL | https://pipechat.app/privacy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "description": "Connect your CRM to use template messages, manage contacts, deals, and activities.", "icons": { "16": "common\/img\/icons\/icon16.png", "32": "common\/img\/icons\/icon32.png", "48": "common\/img\/icons\/icon48.png", "128": "common\/img\/icons\/icon128.png", "256": "common\/img\/icons\/icon256.png" }, "background": { "service_worker": "common\/background\/tabs.js", "type": "module" }, "permissions": [ "tabs" ], "content_scripts": [ { "js": [ "common\/runtime.js", "common\/main-importer.js" ], "css": [ "common\/css\/pipechat-extension.css", "platform\/css\/platform.css" ], "matches": [ "https:\/\/web.whatsapp.com\/*" ] }, { "js": [ "common\/runtime.js", "common\/pdwa\/storage-creator-importer.js", "common\/pdwa\/pdwa-action-propagator.js" ], "matches": [ "https:\/\/pdwa.pipechat.app\/*" ] } ], "web_accessible_resources": [ { "resources": [ "common\/img\/pipechat-logo.png", "common\/events.js", "common\/dom.js", "common\/wrapper\/*", "platform\/*", "config.js", "config-common.js" ], "matches": [ "https:\/\/web.whatsapp.com\/*" ] }, { "resources": [ "common\/pdwa\/*", "config.js", "config-common.js", "platform\/config-platform.js", "common\/extension-storage\/*" ], "matches": [ "https:\/\/pdwa.pipechat.app\/*" ] } ], "name": "Pipechat for WhatsApp Web", "version": "2.0.7", "version_name": "whatsapp 2.0.7" } |