OmniWrite — Your AI-writing companion

Your browser AI-writing companion

OmniWrite — Your AI-writing companion क्या है?

OmniWrite — Your AI-writing companion https://omniwrite.ai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Your browser AI-writing companion"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में OmniWrite — Your AI-writing companion एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम OmniWrite — Your AI-writing companion OmniWrite — Your AI-writing companion
ID opkeighmgcdkekpjdmcidgcpobhdopcc
आधिकारिक URL https://chromewebstore.google.com/detail/omniwrite-%E2%80%94-your-ai-writi/opkeighmgcdkekpjdmcidgcpobhdopcc
विवरण Your browser AI-writing companion
फ़ाइल का आकार 518 KB
स्थापना संख्या 34
वर्तमान संस्करण 0.0.3.15
अंतिम अपडेट 2023-05-15
प्रकाशन तिथि 2023-04-20
डेवलपर https://omniwrite.ai
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://omniwite.ai
सहायता पृष्ठ URL https://twitter.com/omniwriteai
गोपनीयता नीति पृष्ठ URL https://omniwrite.ai/privacy
समर्थित भाषाएँ 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"
        }
    }
}