PONI

Connecting WhatsApp & Pipedrive

PONI क्या है?

PONI https://joni.pyrogss.com/poni द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Connecting WhatsApp & Pipedrive"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में PONI एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम PONI PONI
ID coamjkfgmohaggggbpnmoaejmanffcdm
आधिकारिक URL https://chromewebstore.google.com/detail/poni/coamjkfgmohaggggbpnmoaejmanffcdm
विवरण Connecting WhatsApp & Pipedrive
फ़ाइल का आकार 77.71 KB
स्थापना संख्या 549
वर्तमान संस्करण 0.0.18
अंतिम अपडेट 2023-08-01
प्रकाशन तिथि 2022-08-24
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://joni.pyrogss.com/poni
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://joni.pyrogss.com/poni/
सहायता पृष्ठ URL https://joni.pyrogss.com/poni/
गोपनीयता नीति पृष्ठ URL https://joni.pyrogss.com/user-agreement
समर्थित भाषाएँ 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\/*"
            ]
        }
    ]
}