Zoho BluePencil: Free Grammar & Spell Checker

Your secure writing assistant that gives you spelling, grammar, and style suggestions as you type.

¿Qué es Zoho BluePencil: Free Grammar & Spell Checker?

Zoho BluePencil: Free Grammar & Spell Checker es una extensión de Chrome desarrollada por https://zoho.com, y su función principal es "Your secure writing assistant that gives you spelling, grammar, and style suggestions as you type.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Zoho BluePencil: Free Grammar & Spell Checker

Descarga archivos de extensión Zoho BluePencil: Free Grammar & Spell Checker en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Your secure writing assistant that gives you spelling, grammar, and style suggestions as you type.
BluePencil by Zoho Writer is your secure spelling, and AI-based grammar assistant that checks and corrects text as you type across the web.

From identifying grammatical errors, run on sentences, and typos to delivering customized suggestions to avoid wordy phrases, passive sentences, cliches, and more, the BluePencil add-on helps make your work clear and impactful.

Learn more: zoho.com/writer/bluepencil


Categories: Language support, privacy and security


Support email:
[email protected]                    

Información Básica de la Extensión

Nombre Zoho BluePencil: Free Grammar & Spell Checker Zoho BluePencil: Free Grammar & Spell Checker
ID nnpflimcjgcocialildlehejbmmmlkno
URL Oficial https://chromewebstore.google.com/detail/zoho-bluepencil-free-gram/nnpflimcjgcocialildlehejbmmmlkno
Descripción Your secure writing assistant that gives you spelling, grammar, and style suggestions as you type.
Tamaño del Archivo 4.27 MB
Cantidad de Instalaciones 12,224
Versión Actual 2.1.7
Última Actualización 2023-12-29
Fecha de Publicación 2022-08-25
Calificación 4.00/5 Total de 12 Calificaciones
Desarrollador https://zoho.com
Correo electrónico [email protected]
Tipo de Pago in_app
Sitio Web de la Extensión https://www.zoho.com/writer/bluepencil
URL de la Página de Política de Privacidad https://www.zoho.com/privacy.html
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zoho BluePencil: Free Grammar & Spell Checker",
    "description": "Your secure writing assistant that gives you spelling, grammar, and style suggestions as you type.",
    "version": "2.1.7",
    "manifest_version": 3,
    "icons": {
        "16": "images\/bp_logo_16.png",
        "32": "images\/bp_logo_32.png",
        "48": "images\/bp_logo_48.png",
        "128": "images\/bp_logo_128.png"
    },
    "background": {
        "service_worker": "zbluepencil_chrome_extension_service_worker_min_all.js"
    },
    "action": {
        "default_title": "BluePencil",
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "clipboardRead",
        "clipboardWrite",
        "notifications",
        "scripting",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2CswQ8wPBKOu703Kvc0TzqK1h4876MkjQ6QMFT8HhA2RReKxeq2eRBW6zwotlJ2xnnnXsDUR5+tzelwnBsGg60BjNJwDV3w38VlSwdnY6mmkXwaJEdQuFVQdf2Gma2LGgjgW1V3kPt2Nhg5IWhtpzYyVDljoMsBJ3En+6lAbOPJU9e\/1izO4vncgQVOPsJOCilHk97j70yi2fiuSBtln\/SM8Ks5z1fdOL7KmzGOcwOKNVqQt6Nza2Fgkvb\/2WCS3MUxDVImGPmCjEv5RblBiq8saJo4LfkSptZbCGbTEfsc9fhW1TsICzBCfbRUJQj5W+WqKHCTu1LU+8hw9F5GwDQIDAQAB",
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png",
                "images\/*.gif",
                "images\/*.svg",
                "html\/pocketeditor.html",
                "html\/ziapanel.html",
                "html\/oauth-redirect.html",
                "html\/settingspanel.html",
                "html\/worker_iframe.html",
                "html\/request_permission.html",
                "css\/ziapanel.css",
                "css\/zbluepencil_extension_pocket_editor.css",
                "css\/zbluepencil_extension.css",
                "css\/zia-extn-popup.css",
                "zbluepencil_pocketeditor_extension_min_all.js",
                "lyte_client\/index.html",
                "js\/zbluepencil_zohocharts_min_all.js",
                "properties.json"
            ],
            "matches": [
                ""
            ]
        }
    ]
}