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 |
| 官方網址 | 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": [
" | |