Gan.ai

Gan.ai's chrome extension

O que é Gan.ai?

Gan.ai é uma extensão do Chrome desenvolvida por gcp-developers, e sua principal característica é "Gan.ai's chrome extension".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Gan.ai

Baixe arquivos de extensão Gan.ai no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Gan.ai Gan.ai
ID ilbgkfmhfigfdabdhjpjcabmfplmomld
URL Oficial https://chromewebstore.google.com/detail/ganai/ilbgkfmhfigfdabdhjpjcabmfplmomld
Descrição Gan.ai's chrome extension
Tamanho do Arquivo 10.86 MB
Contagem de Instalações 130
Versão Atual 1.3.30
Última Atualização 2024-02-25
Data de Publicação 2023-10-13
Classificação 5.00/5 Total de 7 Avaliações
Desenvolvedor gcp-developers
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://gan.ai/
URL da Página de Política de Privacidade https://gan.ai/privacy-policy
Idiomas Suportados 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\/*"
    ]
}