PONI
Connecting WhatsApp & Pipedrive
¿Qué es PONI?
PONI es una extensión de Chrome desarrollada por https://joni.pyrogss.com/poni, y su función principal es "Connecting WhatsApp & Pipedrive".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión PONI
Descarga archivos de extensión PONI en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | PONI |
ID | coamjkfgmohaggggbpnmoaejmanffcdm |
URL Oficial | https://chromewebstore.google.com/detail/poni/coamjkfgmohaggggbpnmoaejmanffcdm |
Descripción | Connecting WhatsApp & Pipedrive |
Tamaño del Archivo | 77.71 KB |
Cantidad de Instalaciones | 549 |
Versión Actual | 0.0.18 |
Última Actualización | 2023-08-01 |
Fecha de Publicación | 2022-08-24 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | https://joni.pyrogss.com/poni |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://joni.pyrogss.com/poni/ |
URL de la Página de Ayuda | https://joni.pyrogss.com/poni/ |
URL de la Página de Política de Privacidad | https://joni.pyrogss.com/user-agreement |
Idiomas Soportados | 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\/*" ] } ] } |