Skip to content

SnapGen-Platform/snapgen-flow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SnapGen Flow - Configuration & Documentation

Remote configuration and documentation repository for SnapGen Flow Chrome Extension

Chrome Web Store License

📋 Overview

This repository hosts the remote configuration files and documentation for SnapGen Flow, a powerful Chrome extension for automating Google Veo Flow workflows.

🎯 What's Inside

  • configs/banner-config.json - Dynamic configuration for extension banners and tools
  • docs/ - User guides, tutorials, and documentation
  • images/ - Screenshots and visual assets

🔧 Configuration Structure

The extension fetches configuration from configs/banner-config.json to dynamically update:

Banner Content

  • Promotional messages and links
  • Support channels (Zalo, Telegram)
  • Free tier information

Tools List

  • Dynamically add/remove tools
  • Update tool descriptions and links
  • Control visibility with enable/disable flags

📖 Documentation

🚀 Quick Start

For Users

  1. Install SnapGen Flow from Chrome Web Store
  2. Open any Google Veo Flow page
  3. Click the extension icon to start automating

For Developers

Configuration updates are automatic. The extension:

  1. Caches config for 1 hour
  2. Fetches fresh updates in background
  3. Falls back to defaults if fetch fails

🔄 Updating Configuration

Edit configs/banner-config.json and commit changes. Extensions will auto-update within 1 hour.

Example: Add a New Tool

{
  "name": "My New Tool",
  "description": "Tool description here",
  "icon": "Sparkles",
  "color": "#8ab4f8",
  "link": "https://example.com/tool",
  "badge": "new",
  "enabled": true
}

Example: Update Promo Banner

{
  "banner": {
    "promo": {
      "marqueeText": "🎉 New Year Sale: 50% OFF All Tools!"
    }
  }
}

🛡️ Chrome Store Compliance

Fully Compliant:

  • Only fetches JSON data (no executable code)
  • Works offline with fallback config
  • Transparent configuration (public repo)
  • No invasive tracking

📊 Features

  • 🤖 Automated Workflows - One-click video generation
  • 🎨 Image Editing - Built-in image editor
  • 📝 Smart Templates - Reusable prompt templates
  • 🌍 Multi-language - English & Vietnamese
  • 🎨 Themes - Light, Dark, Auto modes
  • 📊 History Tracking - View all generations

🔗 Links

💬 Support

Need help? Join our community:

📄 License

MIT License - See LICENSE file for details

🏢 About SnapGens

SnapGen Flow is developed by SnapGens.com, a platform dedicated to making AI tools more accessible and efficient.


Made with ❤️ by SnapGens Team

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors