WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Google MeetでのAI翻訳、文字起こし、議事録作成

Google MeetでのAI翻訳、文字起こし、議事録作成

View on Chrome Web Store
View Google MeetでのAI翻訳、文字起こし、議事録作成 Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (1 ratings)
3 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

JotMeは、Google Meetの会議中にAI翻訳と文字起こしを行い、会議後に議事録を作成します。
Type
Extension
Users
967 users
16
Website jotme.io
JotMe
View author page of JotMe
Published
Published on May 15, 2024
Version 3.21.10
Manifest version
3
Updated
Updated on April 30, 2025
productivity/communication
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Google MeetでのAI翻訳、文字起こし、議事録作成 Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Google Meet\u3067\u306eAI\u7ffb\u8a33\u3001\u6587\u5b57\u8d77\u3053\u3057\u3001\u8b70\u4e8b\u9332\u4f5c\u6210",
    "description": "JotMe\u306f\u3001Google Meet\u306e\u4f1a\u8b70\u4e2d\u306bAI\u7ffb\u8a33\u3068\u6587\u5b57\u8d77\u3053\u3057\u3092\u884c\u3044\u3001\u4f1a\u8b70\u5f8c\u306b\u8b70\u4e8b\u9332\u3092\u4f5c\u6210\u3057\u307e\u3059\u3002",
    "version": "3.21.10",
    "action": {
        "default_title": "JotMe",
        "default_icon": "icon128.png",
        "default_popup": "popup\/index.html"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "service_worker": "service-worker.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*",
                "https:\/\/app.jotme.io\/*",
                "https:\/\/jotme-web.vercel.app\/*",
                "https:\/\/jotme-web-git-develop-jot-me.vercel.app\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "overlay\/react\/index.js"
            ],
            "css": [
                "overlay\/react\/index.css"
            ],
            "run_at": "document_idle",
            "exclude_matches": [
                "https:\/\/meet.google.com\/"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; base-uri 'self'; form-action 'self'; frame-ancestors 'self';"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "resources": [
                "inject.js",
                "overlay\/react\/index.js",
                "overlay\/react\/index.css",
                "overlay\/jotme-logo.png",
                "overlay\/minimized-logo.png"
            ]
        },
        {
            "matches": [
                "https:\/\/app.jotme.io\/*",
                "https:\/\/jotme-web.vercel.app\/*",
                "https:\/\/jotme-web-git-develop-jot-me.vercel.app\/*"
            ],
            "resources": [
                "icon16.png"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top