PONI
Connecting WhatsApp & Pipedrive
PONI là gì?
PONI là một tiện ích mở rộng Chrome được phát triển bởi https://joni.pyrogss.com/poni, và tính năng chính của nó là "Connecting WhatsApp & Pipedrive".
Ả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 PONI
Tải xuống các tệp mở rộng PONI 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
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | PONI |
ID | coamjkfgmohaggggbpnmoaejmanffcdm |
URL Chính Thức | https://chromewebstore.google.com/detail/poni/coamjkfgmohaggggbpnmoaejmanffcdm |
Mô tả | Connecting WhatsApp & Pipedrive |
Kích Thước Tệp | 77.71 KB |
Số Lần Cài Đặt | 549 |
Phiên Bản Hiện Tại | 0.0.18 |
Cập Nhật Lần Cuối | 2023-08-01 |
Ngày Phát Hành | 2022-08-24 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://joni.pyrogss.com/poni |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://joni.pyrogss.com/poni/ |
URL Trang Trợ Giúp | https://joni.pyrogss.com/poni/ |
URL Trang Chính Sách Bảo Mật | https://joni.pyrogss.com/user-agreement |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } ] } |