Escríbelo
Extensión oficial de Escríbelo
ما هو Escríbelo؟
Escríbelo هو إضافة Chrome تم تطويرها بواسطة https://escribelo.ai، والميزة الرئيسية لها هي "Extensión oficial de Escríbelo".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Escríbelo
قم بتنزيل ملفات الامتداد Escríbelo بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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. معلومات أساسية عن التمديد
| الاسم | |
| ID | hccalppedajcmagpcakghcooegmgoafd |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/escr%C3%ADbelo/hccalppedajcmagpcakghcooegmgoafd |
| الوصف | Extensión oficial de Escríbelo |
| حجم الملف | 316 KB |
| عدد التثبيتات | 2,070 |
| النسخة الحالية | 3.9.9 |
| آخر تحديث | 2023-05-22 |
| تاريخ النشر | 2022-06-19 |
| تقييم | 4.89/5 مجموع تقييمات 334 |
| المطور | https://escribelo.ai |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://escribelo.ai |
| عنوان صفحة المساعدة | https://escribelo.ai |
| عنوان صفحة سياسة الخصوصية | https://escribelo.ai/politica-de-privacidad |
| اللغات المدعومة | 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": [
" | |