Writewiz: AI Content Creator & Writing Tool

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

Wat is Writewiz: AI Content Creator & Writing Tool?

Writewiz: AI Content Creator & Writing Tool is een Chrome-extensie ontwikkeld door https://writewiz.ai, en de belangrijkste functie is "Elevate your writing with a contextually-aware AI assistant tailored to your distinct persona.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Writewiz: AI Content Creator & Writing Tool

Download Writewiz: AI Content Creator & Writing Tool-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Writewiz: AI Content Creator & Writing Tool Writewiz: AI Content Creator & Writing Tool
ID nikfnkpdalalkollmjgjkgmfblfmlpbd
Officiële URL https://chromewebstore.google.com/detail/writewiz-ai-content-creat/nikfnkpdalalkollmjgjkgmfblfmlpbd
Beschrijving Elevate your writing with a contextually-aware AI assistant tailored to your distinct persona.
Bestandsgrootte 1.5 MB
Aantal Installaties 159
Huidige Versie 2.0.16
Laatst Bijgewerkt 2024-01-12
Publicatiedatum 2023-10-10
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://writewiz.ai
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://writewiz.ai/
Help Pagina-URL https://writewiz.ai/support
URL van de Privacybeleid Pagina https://app.writewiz.ai/privacy-policy
Ondersteunde Talen 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"
    }
}