Modjo Chrome extension - Notes & Recorder
Take notes, save them automatically in your CRM and manage your call recordings.
Hvad er Modjo Chrome extension - Notes & Recorder?
Modjo Chrome extension - Notes & Recorder er en Chrome-udvidelse udviklet af https://modjo.ai, og dens hovedfunktion er "Take notes, save them automatically in your CRM and manage your call recordings.".
Udvidelsesskærmbilleder
Download Modjo Chrome extension - Notes & Recorder-udvidelses-CRX-fil
Download Modjo Chrome extension - Notes & Recorder-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Take notes, save them automatically in your CRM and manage your call recordings.
Grundlæggende oplysninger om udvidelsen
Navn | Modjo Chrome extension - Notes & Recorder |
ID | bebgccbfedcfmpidjcjoomapnmlhhmlk |
Officiel URL | https://chromewebstore.google.com/detail/modjo-chrome-extension-no/bebgccbfedcfmpidjcjoomapnmlhhmlk |
Beskrivelse | Take notes, save them automatically in your CRM and manage your call recordings. |
Filstørrelse | 809 KB |
Antal Installationer | 2,390 |
Nuværende Version | 0.0.4.39 |
Senest Opdateret | 2024-02-28 |
Udgivelsesdato | 2023-07-13 |
Udvikler | https://modjo.ai |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.modjo.ai/livenotes |
URL til Fortrolighedspolitik Side | https://en.modjo.ai/legals/privacy |
Understøttede Sprog | 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:\/\/*\/*", " |