PONI
Connecting WhatsApp & Pipedrive
Co to jest PONI?
PONI to rozszerzenie Chrome opracowane przez https://joni.pyrogss.com/poni, a jego główną funkcją jest „Connecting WhatsApp & Pipedrive”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia PONI
Pobierz pliki rozszerzeń PONI w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | PONI |
ID | coamjkfgmohaggggbpnmoaejmanffcdm |
Oficjalny URL | https://chromewebstore.google.com/detail/poni/coamjkfgmohaggggbpnmoaejmanffcdm |
Opis | Connecting WhatsApp & Pipedrive |
Rozmiar pliku | 77.71 KB |
Liczba instalacji | 549 |
Aktualna Wersja | 0.0.18 |
Ostatnia Aktualizacja | 2023-08-01 |
Data Publikacji | 2022-08-24 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | https://joni.pyrogss.com/poni |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://joni.pyrogss.com/poni/ |
Adres URL Strony Pomocy | https://joni.pyrogss.com/poni/ |
Adres URL Strony Polityki Prywatności | https://joni.pyrogss.com/user-agreement |
Obsługiwane Języki | 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\/*" ] } ] } |