Modjo Chrome extension - Notes & Recorder

Take notes, save them automatically in your CRM and manage your call recordings.

Modjo Chrome extension - Notes & Recorderとは何ですか?

Modjo Chrome extension - Notes & Recorderはhttps://modjo.aiによって開発されたChromeの拡張機能で、その主な機能は「Take notes, save them automatically in your CRM and manage your call recordings.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Modjo Chrome extension - Notes & Recorder拡張機能のCRXファイルをダウンロード

Modjo Chrome extension - Notes & Recorder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Take notes, save them automatically in your CRM and manage your call recordings.                    

拡張機能の基本情報

名前 Modjo Chrome extension - Notes & Recorder Modjo Chrome extension - Notes & Recorder
ID bebgccbfedcfmpidjcjoomapnmlhhmlk
公式URL https://chromewebstore.google.com/detail/modjo-chrome-extension-no/bebgccbfedcfmpidjcjoomapnmlhhmlk
説明 Take notes, save them automatically in your CRM and manage your call recordings.
ファイルサイズ 809 KB
インストール数 2,390
現在のバージョン 0.0.4.39
最終更新日 2024-02-28
公開日 2023-07-13
開発者 https://modjo.ai
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.modjo.ai/livenotes
プライバシーポリシーページのURL https://en.modjo.ai/legals/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "16": "logo16.png",
            "48": "logo48.png",
            "128": "logo128.png"
        }
    },
    "background": {
        "service_worker": "src\/background\/index.js",
        "type": "module"
    },
    "description": "Take notes, save them automatically in your CRM and manage your call recordings.",
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/*.modjo.ai\/*",
            "*:\/\/*.netlify.app\/*"
        ]
    },
    "homepage_url": "https:\/\/en.modjo.ai\/livenotes",
    "host_permissions": [
        "*:\/\/localhost\/*",
        "*:\/\/*.modjo.ai\/*"
    ],
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "src\/content\/index.js"
            ],
            "css": [
                "assets\/css\/contentStyle.css"
            ]
        }
    ],
    "manifest_version": 3,
    "name": "Modjo Chrome extension - Notes & Recorder",
    "options_page": "src\/settings\/index.html",
    "permissions": [
        "gcm",
        "storage",
        "cookies",
        "contextMenus"
    ],
    "version": "0.0.4.39",
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "**\/*.js.map",
                "assets\/css\/*.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}