Escríbelo
Extensión oficial de Escríbelo
Wat is Escríbelo?
Escríbelo is een Chrome-extensie ontwikkeld door https://escribelo.ai, en de belangrijkste functie is "Extensión oficial de Escríbelo".
Extensie Screenshots
Download het CRX-bestand van de extensie Escríbelo
Download Escríbelo-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | hccalppedajcmagpcakghcooegmgoafd |
| Officiële URL | https://chromewebstore.google.com/detail/escr%C3%ADbelo/hccalppedajcmagpcakghcooegmgoafd |
| Beschrijving | Extensión oficial de Escríbelo |
| Bestandsgrootte | 316 KB |
| Aantal Installaties | 2,070 |
| Huidige Versie | 3.9.9 |
| Laatst Bijgewerkt | 2023-05-22 |
| Publicatiedatum | 2022-06-19 |
| Beoordeling | 4.89/5 Totaal 334 Beoordelingen |
| Ontwikkelaar | https://escribelo.ai |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://escribelo.ai |
| Help Pagina-URL | https://escribelo.ai |
| URL van de Privacybeleid Pagina | https://escribelo.ai/politica-de-privacidad |
| Ondersteunde Talen | 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": [
" | |