Gan.ai

Gan.ai's chrome extension

ما هو Gan.ai؟

Gan.ai هو إضافة Chrome تم تطويرها بواسطة gcp-developers، والميزة الرئيسية لها هي "Gan.ai's chrome extension".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Gan.ai

قم بتنزيل ملفات الامتداد Gan.ai بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://gan.ai/
عنوان صفحة سياسة الخصوصية 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\/*"
    ]
}