MONI

Connecting WhatsApp & monday.com

MONIคืออะไร?

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

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

screenshot
screenshot
screenshot

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

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

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

                        MONI is a JONI extension that creates a bridge between monday.com web app and WhatsApp Web

After you add JONI and MONI to chrome you can open WhatsApp chats, create item's and updates for them without leaving your monday.com tab

*Click To Chat
Open chat by clicking any phone field in your boards or by mobile number

*Open Contact's Item
Click chat's header to go to contact's item. If contact's item not found MONI will prompt you to create a new item for it

*Create Updates
Use 'Selection Mode' to create update with selected messages. If contact's item not found MONI will prompt you to create a new item for it

============================================================================

MONI is an independent software developed by pYrogss Ltd and does not have any business relations with WhatsApp nor monday.com                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ MONI MONI
ID egpclpldebajaofedakibgoocafliaol
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/moni/egpclpldebajaofedakibgoocafliaol
คำอธิบาย Connecting WhatsApp & monday.com
ขนาดไฟล์ 81.48 KB
จำนวนการติดตั้ง 974
เวอร์ชันปัจจุบัน 1.0.22
อัปเดตครั้งล่าสุด 2024-02-05
วันที่เผยแพร่ 2022-07-05
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://joni.pyrogss.com/moni
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://joni.pyrogss.com/moni/
URL หน้าช่วยเหลือ https://joni.pyrogss.com/moni/
URL หน้านโยบายความเป็นส่วนตัว https://joni.pyrogss.com/user-agreement
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "short_name": "MONI",
    "name": "MONI",
    "version": "1.0.22",
    "description": "Connecting WhatsApp & monday.com",
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.monday.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:\/\/*.monday.com\/*"
            ]
        }
    ]
}