Escríbelo

Extensión oficial de Escríbelo

Was ist Escríbelo?

Escríbelo ist eine Chrome-Erweiterung, die von https://escribelo.ai entwickelt wurde, und ihr Hauptmerkmal ist "Extensión oficial de Escríbelo".

Erweiterungsscreenshots

screenshot

Escríbelo-Erweiterungs-CRX-Datei herunterladen

Laden Sie Escríbelo-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Escríbelo Escríbelo
ID hccalppedajcmagpcakghcooegmgoafd
Offizielle URL https://chromewebstore.google.com/detail/escr%C3%ADbelo/hccalppedajcmagpcakghcooegmgoafd
Beschreibung Extensión oficial de Escríbelo
Dateigröße 316 KB
Installationsanzahl 2,070
Aktuelle Version 3.9.9
Letztes Update 2023-05-22
Veröffentlichungsdatum 2022-06-19
Bewertung 4.89/5 Insgesamt 334 Bewertungen
Entwickler https://escribelo.ai
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://escribelo.ai
Hilfeseite URL https://escribelo.ai
URL der Datenschutzrichtlinien-Seite https://escribelo.ai/politica-de-privacidad
Unterstützte Sprachen 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": [
                ""
            ]
        }
    ]
}