Escríbelo

Extensión oficial de Escríbelo

Vad är Escríbelo?

Escríbelo är en Chrome-tillägg utvecklad av https://escribelo.ai, och dess huvudfunktion är "Extensión oficial de Escríbelo".

Tilläggsskärmbilder

screenshot

Ladda ner Escríbelo-förlängningens CRX-fil

Ladda ner Escríbelo-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Escríbelo Escríbelo
ID hccalppedajcmagpcakghcooegmgoafd
Officiell webbadress https://chromewebstore.google.com/detail/escr%C3%ADbelo/hccalppedajcmagpcakghcooegmgoafd
Beskrivning Extensión oficial de Escríbelo
Filstorlek 316 KB
Antal Installationer 2,070
Aktuell Version 3.9.9
Senast Uppdaterad 2023-05-22
Publiceringsdatum 2022-06-19
Betyg 4.89/5 Totalt 334 Betyg
Utvecklare https://escribelo.ai
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://escribelo.ai
Hjälpsida URL https://escribelo.ai
URL till Sekretesspolicy Sidan https://escribelo.ai/politica-de-privacidad
Stödda Språk 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": [
                ""
            ]
        }
    ]
}