Artiki

Instantly improve your writing with Artiki’s AI-powered writing assistant.

Artiki란 무엇입니까?

Artiki은(는) https://artiki.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Instantly improve your writing with Artiki’s AI-powered writing assistant."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Artiki analyzes your text as you type and gives you suggestions for fixing spelling, grammar, and readability issues. 

Our free extension helps you ensure that your writing is error-free while helping you express your thoughts and arguments clearly and effectively.

Artiki currently supports the Danish language and is enabled on https://linkedin.com and https://dixa.com. 
We will be expanding to other languages and websites soon!                    

확장 프로그램 기본 정보

이름 Artiki Artiki
ID cjeflcgbhjchkkpoklhheefccadekdpl
공식 URL https://chromewebstore.google.com/detail/artiki/cjeflcgbhjchkkpoklhheefccadekdpl
설명 Instantly improve your writing with Artiki’s AI-powered writing assistant.
파일 크기 94.54 KB
설치 횟수 103
현재 버전 0.1.6
최근 업데이트 2022-01-14
출시 날짜 2021-10-22
개발자 https://artiki.ai
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://artiki.ai/
개인정보 보호 정책 페이지 URL https://artiki.ai/legal/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Artiki",
    "version": "0.1.6",
    "action": {
        "default_popup": "popup.html"
    },
    "description": "Instantly improve your writing with Artiki\u2019s AI-powered writing assistant.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.dixa.com\/*",
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "bundle.js",
                "script.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/api.artiki.ai\/"
    ],
    "icons": {
        "16": "icons\/artiki-outlined-white-16.png",
        "48": "icons\/artiki-outlined-white-48.png",
        "128": "icons\/artiki-outlined-white-128.png"
    }
}