Escríbelo

Extensión oficial de Escríbelo

Escríbeloคืออะไร?

Escríbelo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://escribelo.ai และคุณลักษณะหลักของมันคือ "Extensión oficial de Escríbelo"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Escríbelo

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Escríbelo Escríbelo
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": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "lang\/init.js",
                "vendor\/boostrap\/main.js",
                "vendor\/boostrap\/main.css",
                "panel.html",
                "nice-select.css",
                "jquery.js",
                "nice-select.js",
                "vendor\/toastr.css",
                "vendor\/toastr.js",
                "panel.js",
                "selection.js",
                "fix-crash.js",
                "vendor\/tippy.js",
                "vendor\/tippy2.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}