Escríbelo
Extensión oficial de Escríbelo
什么是Escríbelo?
Escríbelo是由https://escribelo.ai开发的Chrome扩展程序,该扩展的主要功能是“Extensión oficial de Escríbelo”。
扩展截图
下载Escríbelo扩展crx文件
下载Escríbelo扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
| 帮助页面URL | https://escribelo.ai |
| 隐私政策页面URL | 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": [
" | |