OmniWrite — Your AI-writing companion

Your browser AI-writing companion

What is OmniWrite — Your AI-writing companion?

OmniWrite — Your AI-writing companion is a Chrome extension developed by https://omniwrite.ai, and its main feature is "Your browser AI-writing companion".

Extension Screenshots

screenshot

Download OmniWrite — Your AI-writing companion Extension CRX File

Download OmniWrite — Your AI-writing companion extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Generate text with AI.

👉 Compose, reply, expand, shorten, translate, and much more 🙌
👉 Reply in a breeze (Gmail, Twitter, LinkedIn, etc.)
👉 Generate copy for your landing page
👉 Solve the blank page issue forever. Write blog posts in minutes.                    

Extension Basic Information

Name OmniWrite — Your AI-writing companion OmniWrite — Your AI-writing companion
ID opkeighmgcdkekpjdmcidgcpobhdopcc
Official URL https://chromewebstore.google.com/detail/omniwrite-%E2%80%94-your-ai-writi/opkeighmgcdkekpjdmcidgcpobhdopcc
Description Your browser AI-writing companion
File Size 518 KB
Installation Count 34
Current Version 0.0.3.15
Last Updated 2023-05-15
Publish Date 2023-04-20
Developer https://omniwrite.ai
Email [email protected]
Payment Type free
Extension Website https://omniwite.ai
Help Page URL https://twitter.com/omniwriteai
Privacy Policy Page URL https://omniwrite.ai/privacy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Your browser AI-writing companion",
    "version": "0.0.3.15",
    "manifest_version": 3,
    "name": "OmniWrite \u2014 Your AI-writing companion",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.omniwrite.ai\/*"
        ],
        "accepts_tls_channel_id": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ],
    "permissions": [
        "contextMenus",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*.omniwrite.ai\/"
    ],
    "commands": {
        "open-popup": {
            "suggested_key": {
                "windows": "Ctrl+M",
                "mac": "Command+M",
                "chromeos": "Ctrl+M",
                "linux": "Ctrl+M"
            },
            "description": "Open the popup"
        }
    }
}