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 - это расширение Chrome, разработанное https://modjo.ai, и его основная функция - "Take notes, save them automatically in your CRM and manage your call recordings.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Modjo Chrome extension - Notes & Recorder

Скачайте файлы расширений 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
Электронная почта [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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}