PONI

Connecting WhatsApp & Pipedrive

Was ist PONI?

PONI ist eine Chrome-Erweiterung, die von https://joni.pyrogss.com/poni entwickelt wurde, und ihr Hauptmerkmal ist "Connecting WhatsApp & Pipedrive".

Erweiterungsscreenshots

screenshot
screenshot

PONI-Erweiterungs-CRX-Datei herunterladen

Laden Sie PONI-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name PONI PONI
ID coamjkfgmohaggggbpnmoaejmanffcdm
Offizielle URL https://chromewebstore.google.com/detail/poni/coamjkfgmohaggggbpnmoaejmanffcdm
Beschreibung Connecting WhatsApp & Pipedrive
Dateigröße 77.71 KB
Installationsanzahl 549
Aktuelle Version 0.0.18
Letztes Update 2023-08-01
Veröffentlichungsdatum 2022-08-24
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://joni.pyrogss.com/poni
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://joni.pyrogss.com/poni/
Hilfeseite URL https://joni.pyrogss.com/poni/
URL der Datenschutzrichtlinien-Seite https://joni.pyrogss.com/user-agreement
Unterstützte Sprachen 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\/*"
            ]
        }
    ]
}