Akkadu

Make Your Virtual Meetings Multilingual 🌍

Akkaduとは何ですか?

AkkaduはAkkaduによって開発されたChromeの拡張機能で、その主な機能は「Make Your Virtual Meetings Multilingual 🌍」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Akkadu拡張機能のCRXファイルをダウンロード

Akkadu拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Akkadu extension allows organizations during live video conferences and live video streaming to provide the participants any of the below translation solutions:

1. Simultaneous Interpretation
2. Human Live Captioning
3. AI Subtitles

HOW IT WORKS?

For the participants:
1. Install extension
2. Insert room ID
3. Select language

For the organizations:
1. Tell us the date, time and languages you need for your virtual meeting.
2. Share with your participants the extension link and room ID.
3. We will handle everything for you 🚀

CASES

🔹YouTube Live ➡ https://youtu.be/2JPSypqbCBA
🔹LinkedIn Live ➡ https://youtu.be/8CJx1yG4Pds
🔹Website ➡ https://youtu.be/kuBWPLQOBLc
🔹Zoom ➡ https://youtu.be/NhKHDag0w4Y


Learn more ➡️ extension.akkadu.com                    

拡張機能の基本情報

名前 Akkadu Akkadu
ID acahdkapjdnbbljnfpgdmlgmlbihlffh
公式URL https://chromewebstore.google.com/detail/akkadu/acahdkapjdnbbljnfpgdmlgmlbihlffh
説明 Make Your Virtual Meetings Multilingual 🌍
ファイルサイズ 785 KB
インストール数 163
現在のバージョン 1.2.1
最終更新日 2023-03-29
公開日 2022-07-08
評価 4.33/5 合計 6 レビュー
開発者 Akkadu
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://extension.akkadu.com
プライバシーポリシーページのURL https://guide.akkadu.com/privacy-policy.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Akkadu",
    "homepage_url": "https:\/\/akkadu.com",
    "description": "Make Your Virtual Meetings Multilingual \ud83c\udf0d",
    "default_locale": "en",
    "permissions": [
        "scripting",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "all_frames": true,
            "match_origin_as_fallback": true,
            "js": [
                "js\/main.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "js\/inject.js",
                "icons\/akkadu-logo-square_white.png",
                "css\/main.css"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Akkadu",
        "default_icon": {
            "16": "icons\/16.png",
            "48": "icons\/48.png"
        }
    },
    "background": {
        "service_worker": "js\/remove-security-headers.js"
    },
    "version": "1.2.1"
}