Artiki

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

Hvad er Artiki?

Artiki er en Chrome-udvidelse udviklet af https://artiki.ai, og dens hovedfunktion er "Instantly improve your writing with Artiki’s AI-powered writing assistant.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Artiki-udvidelses-CRX-fil

Download Artiki-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Artiki Artiki
ID cjeflcgbhjchkkpoklhheefccadekdpl
Officiel URL https://chromewebstore.google.com/detail/artiki/cjeflcgbhjchkkpoklhheefccadekdpl
Beskrivelse Instantly improve your writing with Artiki’s AI-powered writing assistant.
Filstørrelse 94.54 KB
Antal Installationer 103
Nuværende Version 0.1.6
Senest Opdateret 2022-01-14
Udgivelsesdato 2021-10-22
Udvikler https://artiki.ai
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://artiki.ai/
URL til Fortrolighedspolitik Side https://artiki.ai/legal/privacy
Understøttede Sprog 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"
    }
}