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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://modjo.ai และคุณลักษณะหลักของมันคือ "Take notes, save them automatically in your CRM and manage your call recordings."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Modjo Chrome extension - Notes & Recorder

ดาวน์โหลดไฟล์ส่วนขยาย Modjo Chrome extension - Notes & Recorder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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