Gan.ai

Gan.ai's chrome extension

Gan.ai là gì?

Gan.ai là một tiện ích mở rộng Chrome được phát triển bởi gcp-developers, và tính năng chính của nó là "Gan.ai's chrome extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Gan.ai

Tải xuống các tệp mở rộng Gan.ai dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Gan.ai Gan.ai
ID ilbgkfmhfigfdabdhjpjcabmfplmomld
URL Chính Thức https://chromewebstore.google.com/detail/ganai/ilbgkfmhfigfdabdhjpjcabmfplmomld
Mô tả Gan.ai's chrome extension
Kích Thước Tệp 10.86 MB
Số Lần Cài Đặt 130
Phiên Bản Hiện Tại 1.3.30
Cập Nhật Lần Cuối 2024-02-25
Ngày Phát Hành 2023-10-13
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển gcp-developers
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://gan.ai/
URL Trang Chính Sách Bảo Mật https://gan.ai/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}