PONI
Connecting WhatsApp & Pipedrive
PONI란 무엇입니까?
PONI은(는) https://joni.pyrogss.com/poni에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Connecting WhatsApp & Pipedrive"입니다.
확장 프로그램 스크린샷
PONI 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
PONI is a JONI extension that creates a bridge between Pipedrive web app and WhatsApp Web After you add JONI and PONI to chrome you can open WhatsApp chats, create contacts and notes for them without leaving your Pipedrive tab *Click To Chat Open chat by clicking any phone field of your contacts or by mobile number *Open Contact Click chat's header to open contact. If the contact is not found PONI will prompt you to create a new one *Create Notes Use 'Selection Mode' to create notes with selected messages. If the contact is not found PONI will prompt you to create a new one ============================================================================ PONI is an independent software developed by pYrogss Ltd and does not have any business relations with WhatsApp nor Pipedrive
확장 프로그램 기본 정보
이름 | PONI |
ID | coamjkfgmohaggggbpnmoaejmanffcdm |
공식 URL | https://chromewebstore.google.com/detail/poni/coamjkfgmohaggggbpnmoaejmanffcdm |
설명 | Connecting WhatsApp & Pipedrive |
파일 크기 | 77.71 KB |
설치 횟수 | 549 |
현재 버전 | 0.0.18 |
최근 업데이트 | 2023-08-01 |
출시 날짜 | 2022-08-24 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://joni.pyrogss.com/poni |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://joni.pyrogss.com/poni/ |
도움말 페이지 URL | https://joni.pyrogss.com/poni/ |
개인정보 보호 정책 페이지 URL | https://joni.pyrogss.com/user-agreement |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "short_name": "PONI", "name": "PONI", "version": "0.0.18", "description": "Connecting WhatsApp & Pipedrive", "permissions": [ "tabs", "storage", "unlimitedStorage" ], "content_scripts": [ { "matches": [ "https:\/\/*.pipedrive.com\/*" ], "js": [ "loader.js" ] } ], "background": { "service_worker": "serviceworker.js" }, "icons": { "16": "imgs\/16b.png", "32": "imgs\/32b.png", "128": "imgs\/128b.png" }, "web_accessible_resources": [ { "resources": [ "\/imgs\/*.png", "*.js", "\/modules\/*.js", "\/modules\/*.html", "*.json" ], "matches": [ "https:\/\/*.pipedrive.com\/*" ] } ] } |