Escríbelo
Extensión oficial de Escríbelo
Escríbelo là gì?
Escríbelo là một tiện ích mở rộng Chrome được phát triển bởi https://escribelo.ai, và tính năng chính của nó là "Extensión oficial de Escríbelo".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Escríbelo
Tải xuống các tệp mở rộng Escríbelo dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Escríbelo |
ID | hccalppedajcmagpcakghcooegmgoafd |
URL Chính Thức | https://chromewebstore.google.com/detail/escr%C3%ADbelo/hccalppedajcmagpcakghcooegmgoafd |
Mô tả | Extensión oficial de Escríbelo |
Kích Thước Tệp | 316 KB |
Số Lần Cài Đặt | 2,070 |
Phiên Bản Hiện Tại | 3.9.9 |
Cập Nhật Lần Cuối | 2023-05-22 |
Ngày Phát Hành | 2022-06-19 |
Đánh Giá | 4.89/5 Tổng số 334 Đánh Giá |
Nhà Phát Triển | https://escribelo.ai |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://escribelo.ai |
URL Trang Trợ Giúp | https://escribelo.ai |
URL Trang Chính Sách Bảo Mật | https://escribelo.ai/politica-de-privacidad |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |