Modjo Chrome extension - Notes & Recorder
Take notes, save them automatically in your CRM and manage your call recordings.
O que é Modjo Chrome extension - Notes & Recorder?
Modjo Chrome extension - Notes & Recorder é uma extensão do Chrome desenvolvida por https://modjo.ai, e sua principal característica é "Take notes, save them automatically in your CRM and manage your call recordings.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Modjo Chrome extension - Notes & Recorder
Baixe arquivos de extensão Modjo Chrome extension - Notes & Recorder no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Take notes, save them automatically in your CRM and manage your call recordings.
Informações Básicas da Extensão
Nome | Modjo Chrome extension - Notes & Recorder |
ID | bebgccbfedcfmpidjcjoomapnmlhhmlk |
URL Oficial | https://chromewebstore.google.com/detail/modjo-chrome-extension-no/bebgccbfedcfmpidjcjoomapnmlhhmlk |
Descrição | Take notes, save them automatically in your CRM and manage your call recordings. |
Tamanho do Arquivo | 809 KB |
Contagem de Instalações | 2,390 |
Versão Atual | 0.0.4.39 |
Última Atualização | 2024-02-28 |
Data de Publicação | 2023-07-13 |
Desenvolvedor | https://modjo.ai |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.modjo.ai/livenotes |
URL da Página de Política de Privacidade | https://en.modjo.ai/legals/privacy |
Idiomas Suportados | 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:\/\/*\/*", " |