Artiki

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

Was ist Artiki?

Artiki ist eine Chrome-Erweiterung, die von https://artiki.ai entwickelt wurde, und ihr Hauptmerkmal ist "Instantly improve your writing with Artiki’s AI-powered writing assistant.".

Erweiterungsscreenshots

screenshot
screenshot

Artiki-Erweiterungs-CRX-Datei herunterladen

Laden Sie Artiki-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Artiki Artiki
ID cjeflcgbhjchkkpoklhheefccadekdpl
Offizielle URL https://chromewebstore.google.com/detail/artiki/cjeflcgbhjchkkpoklhheefccadekdpl
Beschreibung Instantly improve your writing with Artiki’s AI-powered writing assistant.
Dateigröße 94.54 KB
Installationsanzahl 103
Aktuelle Version 0.1.6
Letztes Update 2022-01-14
Veröffentlichungsdatum 2021-10-22
Entwickler https://artiki.ai
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://artiki.ai/
URL der Datenschutzrichtlinien-Seite https://artiki.ai/legal/privacy
Unterstützte Sprachen 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"
    }
}