WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Revo

Revo

View on Chrome Web Store
View Revo Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (11 ratings)
2 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

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

The AI Agent for Product Teams.
Type
Extension
Users
234 users
12
iteration x
View author page of iteration x
Published
Published on February 1, 2025
Version 1.5.9
Manifest version
3
Updated
Updated on January 21, 2026
productivity/workflow
Extension Category
View on Chrome Web Store
View Revo 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
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Revo",
    "description": "The AI Agent for Product Teams.",
    "version": "1.5.9",
    "permissions": [
        "storage",
        "tabs",
        "contextMenus",
        "cookies",
        "sidePanel",
        "commands"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "action": {
        "default_icon": ".\/assets\/revo-logo.png"
    },
    "side_panel": {
        "default_path": "sidepanel.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "js\/fullPageScreenshotContentScript.js"
            ]
        },
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "js\/contentapp.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "resources\/*.json",
                "\/assets\/*",
                "injectedScript.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+E"
            },
            "description": "Open Revo"
        },
        "take_screenshot": {
            "suggested_key": {
                "default": "Alt+Shift+S"
            },
            "description": "Take Screenshot"
        },
        "take_full_page_screenshot": {
            "suggested_key": {
                "default": "Alt+Shift+F"
            },
            "description": "Take Full Page Screenshot"
        }
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/app.revo.ai\/*"
        ]
    }
}
© 2026 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