Artiki

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

Co to jest Artiki?

Artiki to rozszerzenie Chrome opracowane przez https://artiki.ai, a jego główną funkcją jest „Instantly improve your writing with Artiki’s AI-powered writing assistant.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Artiki

Pobierz pliki rozszerzeń Artiki w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Artiki Artiki
ID cjeflcgbhjchkkpoklhheefccadekdpl
Oficjalny URL https://chromewebstore.google.com/detail/artiki/cjeflcgbhjchkkpoklhheefccadekdpl
Opis Instantly improve your writing with Artiki’s AI-powered writing assistant.
Rozmiar pliku 94.54 KB
Liczba instalacji 103
Aktualna Wersja 0.1.6
Ostatnia Aktualizacja 2022-01-14
Data Publikacji 2021-10-22
Deweloper https://artiki.ai
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://artiki.ai/
Adres URL Strony Polityki Prywatności https://artiki.ai/legal/privacy
Obsługiwane Języki 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"
    }
}