PONI

Connecting WhatsApp & Pipedrive

Wat is PONI?

PONI is een Chrome-extensie ontwikkeld door https://joni.pyrogss.com/poni, en de belangrijkste functie is "Connecting WhatsApp & Pipedrive".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie PONI

Download PONI-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam PONI PONI
ID coamjkfgmohaggggbpnmoaejmanffcdm
Officiële URL https://chromewebstore.google.com/detail/poni/coamjkfgmohaggggbpnmoaejmanffcdm
Beschrijving Connecting WhatsApp & Pipedrive
Bestandsgrootte 77.71 KB
Aantal Installaties 549
Huidige Versie 0.0.18
Laatst Bijgewerkt 2023-08-01
Publicatiedatum 2022-08-24
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://joni.pyrogss.com/poni
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://joni.pyrogss.com/poni/
Help Pagina-URL https://joni.pyrogss.com/poni/
URL van de Privacybeleid Pagina https://joni.pyrogss.com/user-agreement
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}