Artiki

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

ما هو Artiki؟

Artiki هو إضافة Chrome تم تطويرها بواسطة https://artiki.ai، والميزة الرئيسية لها هي "Instantly improve your writing with Artiki’s AI-powered writing assistant.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Artiki

قم بتنزيل ملفات الامتداد Artiki بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/
عنوان صفحة سياسة الخصوصية 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"
    }
}