Modjo Chrome extension - Notes & Recorder

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

Modjo Chrome extension - Notes & Recorder क्या है?

Modjo Chrome extension - Notes & Recorder https://modjo.ai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Take notes, save them automatically in your CRM and manage your call recordings."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Modjo Chrome extension - Notes & Recorder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Modjo Chrome extension - Notes & Recorder Modjo Chrome extension - Notes & Recorder
ID bebgccbfedcfmpidjcjoomapnmlhhmlk
आधिकारिक URL https://chromewebstore.google.com/detail/modjo-chrome-extension-no/bebgccbfedcfmpidjcjoomapnmlhhmlk
विवरण Take notes, save them automatically in your CRM and manage your call recordings.
फ़ाइल का आकार 809 KB
स्थापना संख्या 2,390
वर्तमान संस्करण 0.0.4.39
अंतिम अपडेट 2024-02-28
प्रकाशन तिथि 2023-07-13
डेवलपर https://modjo.ai
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.modjo.ai/livenotes
गोपनीयता नीति पृष्ठ URL https://en.modjo.ai/legals/privacy
समर्थित भाषाएँ 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}