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
公式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
Eメール [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\/*"
            ]
        }
    ]
}