Akkadu

Make Your Virtual Meetings Multilingual 🌍

Akkadu란 무엇입니까?

Akkadu은(는) Akkadu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make Your Virtual Meetings Multilingual 🌍"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Akkadu 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
}