Gan.ai

Gan.ai's chrome extension

Gan.aiとは何ですか?

Gan.aiはgcp-developersによって開発されたChromeの拡張機能で、その主な機能は「Gan.ai's chrome extension」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Overview

Unlock powerful storytelling by capturing your screen and camera with Gan.ai! Instantly share your recordings through a link or video preview, and keep tabs on what’s resonating with your audience with our tracking features.

Key Features

📽️ Record 
Immerse yourself in a seamless recording experience with Gan.ai! Whether uploading a pre-existing video or crafting a new one, record your screen, camera, or both simultaneously. Enjoy control over your recording elements straight from your browser tab.

🪄 Share Across Channels 
Effortlessly share your videos! From landing pages to email, social media, and more, Gan.ai ensures your video reaches your audience wherever they are. Elevate your brand's presence with our versatile sharing options!

🔍 Generate Closed Captions
Enhance accessibility and viewer engagement with our auto-generated closed captions.

📈 Track & Analyze 
Unlock actionable insights with our detailed analytics dashboard, tracking viewer engagement, and other vital metrics to optimize performance. Discover what truly converts!

🔗 Integrations 
Automate and personalize responses, engaging customers 24/7! Integrate Gan.ai with your sales and marketing platforms to convert every lead into a loyal customer.
Trusted by Industry Giants 
Join the ranks of Uber, Samsung, and other industry leaders who trust Gan.ai for cutting through the media noise and delivering captivating video content.

Gan.ai in the News:
Superhuman: "5 AI tools to supercharge your productivity."

TechCrunch: "Gan.ai’s video personalization software enables brands to record with an actor, add keywords to a script, and send personalized videos to their customers in one click."

Forbes: "Gan.ai builds the face that launches a million videos."
Discover why top companies choose Gan.ai for creating and sharing video content that converts. Start your journey to powerful storytelling today!                    

拡張機能の基本情報

名前 Gan.ai Gan.ai
ID ilbgkfmhfigfdabdhjpjcabmfplmomld
公式URL https://chromewebstore.google.com/detail/ganai/ilbgkfmhfigfdabdhjpjcabmfplmomld
説明 Gan.ai's chrome extension
ファイルサイズ 10.86 MB
インストール数 130
現在のバージョン 1.3.30
最終更新日 2024-02-25
公開日 2023-10-13
評価 5.00/5 合計 7 レビュー
開発者 gcp-developers
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://gan.ai/
プライバシーポリシーページのURL https://gan.ai/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Gan.ai's chrome extension",
    "version": "1.3.30",
    "manifest_version": 3,
    "name": "Gan.ai",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_icon": "assets\/logo\/logo-32.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "offscreen",
        "scripting"
    ],
    "icons": {
        "16": "assets\/logo\/logo-16.png",
        "32": "assets\/logo\/logo-32.png",
        "48": "assets\/logo\/logo-48.png",
        "128": "assets\/logo\/logo-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.bundle.js",
                "lib\/ffmpeg-core.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.css",
                "microphone-sources.html",
                "microphoneSources.bundle.js",
                "camera-sources.html",
                "cameraSources.bundle.js",
                "camera-feed.html",
                "cameraFeed.bundle.js",
                "record-screen.html",
                "recordScreen.bundle.js",
                "recordScreen.css",
                "preview-video.html",
                "previewVideo.bundle.js",
                "assets\/*",
                "lib\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';",
        "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval' 'wasm-unsafe-eval'; child-src 'self';"
    },
    "host_permissions": [
        "",
        "https:\/\/api.gan.ai\/*"
    ]
}