Modjo Chrome extension - Notes & Recorder

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

Was ist Modjo Chrome extension - Notes & Recorder?

Modjo Chrome extension - Notes & Recorder ist eine Chrome-Erweiterung, die von https://modjo.ai entwickelt wurde, und ihr Hauptmerkmal ist "Take notes, save them automatically in your CRM and manage your call recordings.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Modjo Chrome extension - Notes & Recorder-Erweiterungs-CRX-Datei herunterladen

Laden Sie Modjo Chrome extension - Notes & Recorder-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Modjo Chrome extension - Notes & Recorder Modjo Chrome extension - Notes & Recorder
ID bebgccbfedcfmpidjcjoomapnmlhhmlk
Offizielle URL https://chromewebstore.google.com/detail/modjo-chrome-extension-no/bebgccbfedcfmpidjcjoomapnmlhhmlk
Beschreibung Take notes, save them automatically in your CRM and manage your call recordings.
Dateigröße 809 KB
Installationsanzahl 2,390
Aktuelle Version 0.0.4.39
Letztes Update 2024-02-28
Veröffentlichungsdatum 2023-07-13
Entwickler https://modjo.ai
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.modjo.ai/livenotes
URL der Datenschutzrichtlinien-Seite https://en.modjo.ai/legals/privacy
Unterstützte Sprachen 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}