Writely AI

An AI Powered Assistant making your life easier.

Writely AI란 무엇입니까?

Writely AI은(는) writely-new-extension에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An AI Powered Assistant making your life easier."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Writely AI 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Your portable AI assistant. Helps you write emails, blogs, and summarize YouTube videos within seconds.                    

확장 프로그램 기본 정보

이름 Writely AI Writely AI
ID jjoobacipmlejjpkhhncbidhbbgmhogi
공식 URL https://chromewebstore.google.com/detail/writely-ai/jjoobacipmlejjpkhhncbidhbbgmhogi
설명 An AI Powered Assistant making your life easier.
파일 크기 1 MB
설치 횟수 506
현재 버전 0.0.8
최근 업데이트 2023-05-04
출시 날짜 2023-03-25
평점 5.00/5 총 2 개의 평점
개발자 writely-new-extension
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.writelyai.com/
도움말 페이지 URL https://www.writelyai.com/contact
개인정보 보호 정책 페이지 URL https://app.termly.io/document/privacy-policy/1df0da24-d9c9-44d7-a9f2-003bfc0ba730
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Writely AI",
    "version": "0.0.8",
    "description": "An AI Powered Assistant making your life easier.",
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/gmail.tsx-loader-5d8f15be.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "js": [
                "assets\/linkedin.tsx-loader-32aba530.js"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*",
                "https:\/\/linkedin.com\/*"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "js": [
                "assets\/outlook.tsx-loader-db07f776.js"
            ],
            "matches": [
                "https:\/\/www.outlook.live.com\/*",
                "https:\/\/outlook.live.com\/*",
                "https:\/\/outlook.com\/*"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "js": [
                "assets\/iframe.tsx-loader-96eaa589.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/youtube.com\/*"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/pages\/popup\/popup.html",
        "default_icon": "assets\/icon128.png",
        "default_title": "Writely Web Extension"
    },
    "host_permissions": [
        "https:\/\/mail.google.com\/"
    ],
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/*",
                "index.html",
                "src\/content.tsx",
                "iframe.html",
                "pageWorld.js",
                "**.css",
                "styles\/*",
                "css\/*",
                "fonts\/*"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/inbox.google.com\/*",
                "https:\/\/mail.google.com\/*"
            ],
            "resources": [
                "assets\/login.new-2796d276.js",
                "assets\/App-e821b234.js",
                "assets\/tooltip-83bf4c7e.js",
                "assets\/gmail.tsx-eeec5b5e.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "https:\/\/linkedin.com\/*",
                "https:\/\/www.linkedin.com\/*"
            ],
            "resources": [
                "assets\/login.new-2796d276.js",
                "assets\/App-e821b234.js",
                "assets\/tooltip-83bf4c7e.js",
                "assets\/linkedin.tsx-63e5827c.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "https:\/\/outlook.com\/*",
                "https:\/\/outlook.live.com\/*",
                "https:\/\/www.outlook.live.com\/*"
            ],
            "resources": [
                "assets\/login.new-2796d276.js",
                "assets\/App-e821b234.js",
                "assets\/tooltip-83bf4c7e.js",
                "assets\/outlook.tsx-e3db279d.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/youtube.com\/*"
            ],
            "resources": [
                "assets\/iframe.tsx-496aeed0.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; style-src 'self' https:\/\/fonts.googleapis.com; script-src 'self'; script-src-elem 'self'; img-src 'self' data:; font-src 'self' https:\/\/fonts.gstatic.com data:; connect-src 'self' blob:* ws:\/\/localhost:3000 http:\/\/localhost:3000 ws:\/\/localhost:5173 http:\/\/localhost:5173 https:\/\/api.writelyai.com https:\/\/writelyai.com;"
    }
}