Escríbelo

Extensión oficial de Escríbelo

Escríbelo란 무엇입니까?

Escríbelo은(는) https://escribelo.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extensión oficial de Escríbelo"입니다.

확장 프로그램 스크린샷

screenshot

Escríbelo 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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": [
                ""
            ]
        }
    ]
}