Writewiz: AI Content Creator & Writing Tool

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

Qu'est-ce que Writewiz: AI Content Creator & Writing Tool ?

Writewiz: AI Content Creator & Writing Tool est une extension Chrome développée par https://writewiz.ai, et sa fonction principale est "Elevate your writing with a contextually-aware AI assistant tailored to your distinct persona.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Writewiz: AI Content Creator & Writing Tool

Téléchargez les fichiers d'extension Writewiz: AI Content Creator & Writing Tool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Writewiz: AI Content Creator & Writing Tool Writewiz: AI Content Creator & Writing Tool
ID nikfnkpdalalkollmjgjkgmfblfmlpbd
URL Officiel 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.
Taille du Fichier 1.5 MB
Nombre d'Installations 159
Version Actuelle 2.0.16
Dernière Mise à Jour 2024-01-12
Date de Publication 2023-10-10
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://writewiz.ai
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://writewiz.ai/
URL de la Page d'Aide https://writewiz.ai/support
URL de la Page de Politique de Confidentialité https://app.writewiz.ai/privacy-policy
Langues Prises en Charge 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"
    }
}