PONI

Connecting WhatsApp & Pipedrive

Vad är PONI?

PONI är en Chrome-tillägg utvecklad av https://joni.pyrogss.com/poni, och dess huvudfunktion är "Connecting WhatsApp & Pipedrive".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner PONI-förlängningens CRX-fil

Ladda ner PONI-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn PONI PONI
ID coamjkfgmohaggggbpnmoaejmanffcdm
Officiell webbadress https://chromewebstore.google.com/detail/poni/coamjkfgmohaggggbpnmoaejmanffcdm
Beskrivning Connecting WhatsApp & Pipedrive
Filstorlek 77.71 KB
Antal Installationer 549
Aktuell Version 0.0.18
Senast Uppdaterad 2023-08-01
Publiceringsdatum 2022-08-24
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://joni.pyrogss.com/poni
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://joni.pyrogss.com/poni/
Hjälpsida URL https://joni.pyrogss.com/poni/
URL till Sekretesspolicy Sidan https://joni.pyrogss.com/user-agreement
Stödda Språk 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\/*"
            ]
        }
    ]
}