PONI
Connecting WhatsApp & Pipedrive
什么是PONI?
PONI是由https://joni.pyrogss.com/poni开发的Chrome扩展程序,该扩展的主要功能是“Connecting WhatsApp & Pipedrive”。
扩展截图
下载PONI扩展crx文件
下载PONI扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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\/*" ] } ] } |