Modjo Chrome extension - Notes & Recorder
Take notes, save them automatically in your CRM and manage your call recordings.
Vad är Modjo Chrome extension - Notes & Recorder?
Modjo Chrome extension - Notes & Recorder är en Chrome-tillägg utvecklad av https://modjo.ai, och dess huvudfunktion är "Take notes, save them automatically in your CRM and manage your call recordings.".
Tilläggsskärmbilder
Ladda ner Modjo Chrome extension - Notes & Recorder-förlängningens CRX-fil
Ladda ner Modjo Chrome extension - Notes & Recorder-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Take notes, save them automatically in your CRM and manage your call recordings.
Grundläggande Information om Tillägg
Namn | Modjo Chrome extension - Notes & Recorder |
ID | bebgccbfedcfmpidjcjoomapnmlhhmlk |
Officiell webbadress | https://chromewebstore.google.com/detail/modjo-chrome-extension-no/bebgccbfedcfmpidjcjoomapnmlhhmlk |
Beskrivning | Take notes, save them automatically in your CRM and manage your call recordings. |
Filstorlek | 809 KB |
Antal Installationer | 2,390 |
Aktuell Version | 0.0.4.39 |
Senast Uppdaterad | 2024-02-28 |
Publiceringsdatum | 2023-07-13 |
Utvecklare | https://modjo.ai |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.modjo.ai/livenotes |
URL till Sekretesspolicy Sidan | https://en.modjo.ai/legals/privacy |
Stödda Språk | 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:\/\/*\/*", " |