Naratta

Minimizing company losses caused by unproductive meetings

Narattaคืออะไร?

Naratta เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.naratta.com และคุณลักษณะหลักของมันคือ "Minimizing company losses caused by unproductive meetings"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Naratta

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

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

                        Save time and make employees happier with Naratta: A novel solution for unproductive meetings

📈 Smart Real-Time Tips for Streamlined Discussions
By providing tips in your Google Meet meetings, Naratta targets the core of inefficient sessions — lost time. The extension offers real-time guidance in your meetings, delivering prompts like "Time to wrap this topic up," or "Let's get back to the main discussion" helping your team respect everyone's time. This proactive moderation is the key to ensuring that your meetings are purposeful and efficient.

📅 Prioritize Meeting Efficiency
Naratta not only helps during the meeting but also before and after:
- See how much your meeting costs your team.
- Arrange agendas within Google Calendar to stay organized and on topic.
- Jot down and distribute private notes directly in Google Meet, capturing the essence of your discussions for actionable follow-up.

🤖 On the Horizon: AI-driven Moderation
Currently, Naratta's smart alerts are rule-based, but soon they will evolve. We are developing AI technology to refine these prompts, making them responsive to the flow of conversation for even more impactful meeting management.

Embrace Naratta and reclaim the hours for productive work. Start with our 14-day trial and discover a smarter way to collaborate with your team.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Naratta Naratta
ID copopginbddidfheldnlhcpmmhbdkfli
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/naratta/copopginbddidfheldnlhcpmmhbdkfli
คำอธิบาย Minimizing company losses caused by unproductive meetings
ขนาดไฟล์ 2.91 MB
จำนวนการติดตั้ง 28
เวอร์ชันปัจจุบัน 1.5.1
อัปเดตครั้งล่าสุด 2023-12-28
วันที่เผยแพร่ 2022-08-30
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://www.naratta.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://www.naratta.com/
URL หน้าช่วยเหลือ https://www.naratta.com/
URL หน้านโยบายความเป็นส่วนตัว https://docs.google.com/document/d/1_55FLddhiGzlFOG9gej2QIIoE8F5xBLm/edit?usp=sharing&ouid=110379888989196242582&rtpof=true&sd=true
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Naratta",
    "version": "1.5.1",
    "description": "Minimizing company losses caused by unproductive meetings",
    "author": "Naratta",
    "short_name": "Naratta",
    "homepage_url": "https:\/\/www.naratta.com\/",
    "manifest_version": 3,
    "minimum_chrome_version": "100",
    "icons": {
        "128": "logo.png"
    },
    "action": {
        "default_icon": "logo.png",
        "default_title": "Naratta",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline';"
    },
    "oauth2": {
        "client_id": "955349178378-88bgq6kheuagogm44ckhg3l592nj9ij9.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnMgrGulBf4G1Oj8bwFBG36a4n448eo8awXsLYtNSEx1a9etWSUMYnUN8zWV5AsQzEBO7tYl5frmm2GWf\/Jfvbnz4qdKFHEJxcfRXNr\/OsgR0DCk3XX3XmIXJNQwDX6fb0QThn+wRBasGNKok66niCkZdyh9WH3MnE9w\/opJU02vYus2vSIC8JkU9vUqt0HhQ71BZN7qCq0\/Vdp9\/qV8qQY9c\/b2l8VMFkN661GpuCBfs+kLyiAGLIIRjN2yawsP0kVr3I8e\/+AxVzIpFLo87WeTJfSkegT3mcEKOnqiHJtNkKc+Te6UXlvMq8COgc8WHVZbzsZgIRcQ7SmOnfhFa7QIDAQAB",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/calendar.google.com\/calendar\/*"
            ],
            "js": [
                "google-calendar.js"
            ],
            "run_at": "document_end",
            "css": []
        },
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "google-meet.js"
            ],
            "run_at": "document_end",
            "css": []
        },
        {
            "matches": [
                "https:\/\/naratta.com\/tutorial\/"
            ],
            "js": [
                "naratta-tutorial.js"
            ],
            "run_at": "document_end",
            "css": []
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "robot-style.css",
                "robot.png",
                "calendar-style.css",
                "logo-text.svg"
            ],
            "matches": [
                "https:\/\/calendar.google.com\/*"
            ]
        },
        {
            "resources": [
                "robot-style.css",
                "robot.png",
                "meet-style.css",
                "logo.png"
            ],
            "matches": [
                "https:\/\/meet.google.com\/*"
            ]
        },
        {
            "resources": [
                "robot-style.css",
                "robot.png"
            ],
            "matches": [
                "https:\/\/naratta.com\/*"
            ]
        }
    ]
}