Gan.ai

Gan.ai's chrome extension

Qu'est-ce que Gan.ai ?

Gan.ai est une extension Chrome développée par gcp-developers, et sa fonction principale est "Gan.ai's chrome extension".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Gan.ai

Téléchargez les fichiers d'extension Gan.ai au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Gan.ai Gan.ai
ID ilbgkfmhfigfdabdhjpjcabmfplmomld
URL Officiel https://chromewebstore.google.com/detail/ganai/ilbgkfmhfigfdabdhjpjcabmfplmomld
Description Gan.ai's chrome extension
Taille du Fichier 10.86 MB
Nombre d'Installations 130
Version Actuelle 1.3.30
Dernière Mise à Jour 2024-02-25
Date de Publication 2023-10-13
Évaluation 5.00/5 Total 7 Évaluations
Développeur gcp-developers
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://gan.ai/
URL de la Page de Politique de Confidentialité https://gan.ai/privacy-policy
Langues Prises en Charge 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\/*"
    ]
}