PONI

Connecting WhatsApp & Pipedrive

Cos'è PONI?

PONI è un'estensione di Chrome sviluppata da https://joni.pyrogss.com/poni, e la sua funzione principale è "Connecting WhatsApp & Pipedrive".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione PONI

Scarica i file di estensione PONI in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome PONI PONI
ID coamjkfgmohaggggbpnmoaejmanffcdm
URL Ufficiale https://chromewebstore.google.com/detail/poni/coamjkfgmohaggggbpnmoaejmanffcdm
Descrizione Connecting WhatsApp & Pipedrive
Dimensione del File 77.71 KB
Conteggio Installazioni 549
Versione Corrente 0.0.18
Ultimo Aggiornamento 2023-08-01
Data di Pubblicazione 2022-08-24
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://joni.pyrogss.com/poni
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://joni.pyrogss.com/poni/
URL della Pagina di Aiuto https://joni.pyrogss.com/poni/
URL della Pagina della Politica sulla Privacy https://joni.pyrogss.com/user-agreement
Lingue Supportate 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\/*"
            ]
        }
    ]
}