Escríbelo

Extensión oficial de Escríbelo

What is Escríbelo?

Escríbelo is a Chrome extension developed by https://escribelo.ai, and its main feature is "Extensión oficial de Escríbelo".

Extension Screenshots

screenshot

Download Escríbelo Extension CRX File

Download Escríbelo 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

                        Escríbelo es un asistente de redacción con Inteligencia Artificial que permite ahorrar tiempo a redactores para que tengan una mayor libertad evitando bloqueos creativos y liberando su paz mental.                    

Extension Basic Information

Name Escríbelo Escríbelo
ID hccalppedajcmagpcakghcooegmgoafd
Official URL https://chromewebstore.google.com/detail/escr%C3%ADbelo/hccalppedajcmagpcakghcooegmgoafd
Description Extensión oficial de Escríbelo
File Size 316 KB
Installation Count 2,070
Current Version 3.9.9
Last Updated 2023-05-22
Publish Date 2022-06-19
Rating 4.89/5 Total 334 Ratings
Developer https://escribelo.ai
Email [email protected]
Payment Type free
Extension Website https://escribelo.ai
Help Page URL https://escribelo.ai
Privacy Policy Page URL https://escribelo.ai/politica-de-privacidad
Supported Languages es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Escr\u00edbelo",
    "description": "Extensi\u00f3n oficial de Escr\u00edbelo",
    "version": "3.9.9",
    "icons": {
        "600": "600.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "scripting",
        "activeTab",
        "storage"
    ],
    "action": [],
    "content_scripts": [
        {
            "js": [
                "lang\/init.js",
                "jquery.js",
                "a.js",
                "nice-select.js",
                "b.js",
                "vendor\/toastr.js",
                "vendor\/boostrap\/main.js"
            ],
            "all_frames": false,
            "run_at": "document_start",
            "css": [
                "nice-select.css",
                "vendor\/toastr.css",
                "vendor\/boostrap\/main.css"
            ],
            "matches": [
                "https:\/\/docs.google.com\/*"
            ]
        },
        {
            "js": [
                "jquery.js",
                "selection.js"
            ],
            "css": [
                "selection.css"
            ],
            "all_frames": false,
            "run_at": "document_start",
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "lang\/init.js",
                "vendor\/boostrap\/main.js",
                "vendor\/boostrap\/main.css",
                "panel.html",
                "nice-select.css",
                "jquery.js",
                "nice-select.js",
                "vendor\/toastr.css",
                "vendor\/toastr.js",
                "panel.js",
                "selection.js",
                "fix-crash.js",
                "vendor\/tippy.js",
                "vendor\/tippy2.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}