PONI

Connecting WhatsApp & Pipedrive

Qu'est-ce que PONI ?

PONI est une extension Chrome développée par https://joni.pyrogss.com/poni, et sa fonction principale est "Connecting WhatsApp & Pipedrive".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension PONI

Téléchargez les fichiers d'extension PONI au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom PONI PONI
ID coamjkfgmohaggggbpnmoaejmanffcdm
URL Officiel https://chromewebstore.google.com/detail/poni/coamjkfgmohaggggbpnmoaejmanffcdm
Description Connecting WhatsApp & Pipedrive
Taille du Fichier 77.71 KB
Nombre d'Installations 549
Version Actuelle 0.0.18
Dernière Mise à Jour 2023-08-01
Date de Publication 2022-08-24
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://joni.pyrogss.com/poni
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://joni.pyrogss.com/poni/
URL de la Page d'Aide https://joni.pyrogss.com/poni/
URL de la Page de Politique de Confidentialité https://joni.pyrogss.com/user-agreement
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}