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
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 |
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 |
[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:\/\/*\/*", " |