Escríbelo
Extensión oficial de Escríbelo
Co to jest Escríbelo?
Escríbelo to rozszerzenie Chrome opracowane przez https://escribelo.ai, a jego główną funkcją jest „Extensión oficial de Escríbelo”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Escríbelo
Pobierz pliki rozszerzeń Escríbelo w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | hccalppedajcmagpcakghcooegmgoafd |
| Oficjalny URL | https://chromewebstore.google.com/detail/escr%C3%ADbelo/hccalppedajcmagpcakghcooegmgoafd |
| Opis | Extensión oficial de Escríbelo |
| Rozmiar pliku | 316 KB |
| Liczba instalacji | 2,070 |
| Aktualna Wersja | 3.9.9 |
| Ostatnia Aktualizacja | 2023-05-22 |
| Data Publikacji | 2022-06-19 |
| Ocena | 4.89/5 Łącznie 334 Oceny |
| Deweloper | https://escribelo.ai |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://escribelo.ai |
| Adres URL Strony Pomocy | https://escribelo.ai |
| Adres URL Strony Polityki Prywatności | https://escribelo.ai/politica-de-privacidad |
| Obsługiwane Języki | 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": [
" | |