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 |
| Eメール | [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": [
" | |