MONI

Connecting WhatsApp & monday.com

什麼是MONI?

MONI是由https://joni.pyrogss.com/moni開發的Chrome擴展程式,該擴展的主要功能是“Connecting WhatsApp & monday.com”。

擴展截圖

screenshot
screenshot
screenshot

下載MONI擴展crx文件

下載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
官方網址 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\/*"
            ]
        }
    ]
}