Escríbelo

Extensión oficial de Escríbelo

Cos'è Escríbelo?

Escríbelo è un'estensione di Chrome sviluppata da https://escribelo.ai, e la sua funzione principale è "Extensión oficial de Escríbelo".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Escríbelo

Scarica i file di estensione Escríbelo in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Escríbelo Escríbelo
ID hccalppedajcmagpcakghcooegmgoafd
URL Ufficiale https://chromewebstore.google.com/detail/escr%C3%ADbelo/hccalppedajcmagpcakghcooegmgoafd
Descrizione Extensión oficial de Escríbelo
Dimensione del File 316 KB
Conteggio Installazioni 2,070
Versione Corrente 3.9.9
Ultimo Aggiornamento 2023-05-22
Data di Pubblicazione 2022-06-19
Valutazione 4.89/5 Totale 334 Valutazioni
Sviluppatore https://escribelo.ai
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://escribelo.ai
URL della Pagina di Aiuto https://escribelo.ai
URL della Pagina della Politica sulla Privacy https://escribelo.ai/politica-de-privacidad
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}