WebExtension.net
Toggle dark mode
WebExtension.net

Voila – AI Assistant, Copilot and AI Writer

View on Chrome Web Store
View Voila – AI Assistant, Copilot and AI Writer Chrome Extension on Chrome Web Store
Add to bookmarks
4.7 (186 ratings)
1 new ratings
0 views
This extension has been viewed 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Seamless personal AI assistant powered by GPT-4o to help you create, write, summarize, brainstorm, and research on any website.
Type
Extension
Users
80,000 users
10K
Website getvoila.ai
Initial condition
View author page of Initial condition
Featured Extension

Hand-picked for quality and usefulness

Published
Published on January 30, 2023
Version 1.7.2
Manifest version
3
Updated
Updated on December 17, 2024
productivity/communication
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Voila – AI Assistant, Copilot and AI Writer Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "short_name": "Voila",
    "default_locale": "en",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "contextMenus",
        "tabs",
        "alarms"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "omnibox": {
        "keyword": "voila"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "commands": {
        "open": {
            "suggested_key": {
                "default": "Ctrl+M",
                "mac": "Command+M"
            },
            "description": "Open Voil\u00e0 assistant"
        }
    },
    "content_scripts": [
        {
            "css": [
                "css\/content-script.css"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "<all_urls>"
            ]
        },
        {
            "matches": [
                "*:\/\/docs.google.com\/document\/*"
            ],
            "all_frames": false,
            "run_at": "document_start",
            "js": [
                "assets\/js\/d-contentscript.js"
            ]
        },
        {
            "matches": [
                "*:\/\/mail.google.com\/*",
                "*:\/\/*.mail.google.com\/*"
            ],
            "js": [
                "js\/gmail-injector.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*\/owa\/*",
                "*:\/\/outlook.live.com\/mail\/*",
                "*:\/\/outlook.office.com\/mail\/*",
                "*:\/\/outlook.office365.com\/mail\/*"
            ],
            "js": [
                "js\/outlook-injector.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "js\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "<all_urls>"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; worker-src 'self';"
    },
    "action": {
        "default_title": "Voila",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.7.2"
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top