Writewiz: AI Content Creator & Writing Tool

Elevate your writing with a contextually-aware AI assistant tailored to your distinct persona.

What is Writewiz: AI Content Creator & Writing Tool?

Writewiz: AI Content Creator & Writing Tool is a Chrome extension developed by https://writewiz.ai, and its main feature is "Elevate your writing with a contextually-aware AI assistant tailored to your distinct persona.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Writewiz: AI Content Creator & Writing Tool Extension CRX File

Download Writewiz: AI Content Creator & Writing Tool 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

                        Explore seamless writing, wherever you are online, with Writewiz. Our AI-driven platform is meticulously designed for both individuals and enterprises, amplifying your distinct style or brand identity through the use of Personas.

Experience the AI revolution now - no need for a credit card!

Are You Part of Something Greater?
Achieve unified organizational communication. Ensure that every department reflects the brand persona, be it in emails, social media, or detailed product descriptions. Move beyond the confines of standard style guides; Writewiz offers real-time writing guidance, driving consistent brand messaging.

Writewiz’s state-of-the-art AI capabilities include:
➡️ Sentence Rewrite:
Refresh your content using Writewiz's Rewriter. Transition smoothly between tones, from formal to casual, to match your desired expression – be it a single phrase or extensive paragraphs.

➡️ Idea Generation:
Overcome writer’s block with unique, content-specific idea prompts.

➡️ AI Composition: 
Accelerate your writing with smart suggestions while preserving your unique flair.

➡️ Accuracy & Feedback: 
Showcase your professionalism with AI-guided corrections. Write freely without the worry of typos or grammatical errors.

➡️ Contextual Awareness: 
Keep your content pertinent with context-sensitive advice.

➡️ Unique Persona:
Choose a preset persona or craft a distinctive writing persona to match your voice, ensuring that your identity remains at the forefront of your content. Whether you're penning a heartfelt personal story or a corporate announcement, the tool adapts, allowing your true voice to shine without compromise. 

With Writewiz for Chrome, everyone can find their groove:
★ Branding Experts: Every word defines your brand. Trust Writewiz to reflect your brand's excellence.

★ Content Specialists: Prioritize content consistency. Empower your team with high-quality, positive, and uniform writing.

★ Support & Success Teams: 
Combine empathy with brand voice for clear, compassionate responses.

★ UX Innovators: 
Ensure brand consistency, no matter the author, in tooltips or in-app communications.

★ HR & Development: 
Foster modern, unified communication, giving the organization a harmonized voice.

Enhance every word with Writewiz for Chrome. 

We’re committed to refining and enhancing your Writewiz journey. For questions or feedback, reach out to us at https://writewiz.ai/support.                    

Extension Basic Information

Name Writewiz: AI Content Creator & Writing Tool Writewiz: AI Content Creator & Writing Tool
ID nikfnkpdalalkollmjgjkgmfblfmlpbd
Official URL https://chromewebstore.google.com/detail/writewiz-ai-content-creat/nikfnkpdalalkollmjgjkgmfblfmlpbd
Description Elevate your writing with a contextually-aware AI assistant tailored to your distinct persona.
File Size 1.5 MB
Installation Count 159
Current Version 2.0.16
Last Updated 2024-01-12
Publish Date 2023-10-10
Rating 5.00/5 Total 2 Ratings
Developer https://writewiz.ai
Email [email protected]
Payment Type free
Extension Website https://writewiz.ai/
Help Page URL https://writewiz.ai/support
Privacy Policy Page URL https://app.writewiz.ai/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Writewiz: AI Content Creator & Writing Tool",
    "version": "2.0.16",
    "description": "Elevate your writing with a contextually-aware AI assistant tailored to your distinct persona.",
    "author": "Writewiz",
    "permissions": [
        "scripting",
        "storage",
        "tabs",
        "activeTab",
        "identity",
        "identity.email"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.writewiz-staging.in\/*",
            "https:\/\/*.writewiz.ai\/*"
        ]
    },
    "background": {
        "service_worker": "js\/BackgroundScripts\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/ContentScripts\/content.js",
                "js\/ContentScripts\/GmailAutomation\/GmailAutomation.js",
                "js\/ContentScripts\/htmlStrings.js",
                "js\/ContentScripts\/contentSidebar.js",
                "js\/ContentScripts\/ContentHelperFunction.js",
                "js\/ContentScripts\/GmailAutomation\/GmailAutomationHelperFunctions.js"
            ],
            "css": [
                "css\/content.css",
                "css\/sidebar.css",
                "css\/chat.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/*.js",
                "css\/*.css",
                "assets\/icons\/*.png",
                "assets\/icons\/sidebar\/*.png",
                "assets\/images\/*.png",
                "assets\/icons\/*.png",
                "assets\/icons\/*.svg",
                "assets\/images\/*.svg",
                "assets\/icons\/sidebar\/*.svg",
                "assets\/images\/*.gif",
                "assets\/icons\/*.gif",
                "Pages\/Sidebar\/*.html",
                "Pages\/Sidebar\/chat.html",
                "Pages\/Sidebar\/write.html",
                "Pages\/Sidebar\/template.html",
                "Pages\/Sidebar\/ask.html",
                "Pages\/LoginPage\/login.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "128": "assets\/icons\/Icon128.png",
        "96": "assets\/icons\/Icon96.png",
        "48": "assets\/icons\/Icon48.png",
        "32": "assets\/icons\/Icon32.png",
        "18": "assets\/icons\/Icon18.png",
        "16": "assets\/icons\/Icon16.png"
    },
    "action": {
        "default_icon": {
            "128": "assets\/icons\/Icon128.png",
            "96": "assets\/icons\/Icon96.png",
            "48": "assets\/icons\/Icon48.png",
            "32": "assets\/icons\/Icon32.png",
            "16": "assets\/icons\/Icon16.png"
        },
        "default_popup": "Pages\/Popup\/popup.html"
    }
}