PONI

Connecting WhatsApp & Pipedrive

PONIคืออะไร?

PONI เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://joni.pyrogss.com/poni และคุณลักษณะหลักของมันคือ "Connecting WhatsApp & Pipedrive"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PONI

ดาวน์โหลดไฟล์ส่วนขยาย PONI ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/*"
            ]
        }
    ]
}