Kalami

This is a Chrome extension for Kalami

ما هو Kalami؟

Kalami هو إضافة Chrome تم تطويرها بواسطة omerhassan299، والميزة الرئيسية لها هي "This is a Chrome extension for Kalami".

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

screenshot

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

قم بتنزيل ملفات الامتداد Kalami بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Chat with AI about your files, data scraped from public sites, github repositories, youtube videos and more.                    

معلومات أساسية عن التمديد

الاسم Kalami Kalami
ID pemeeapcjmidheilnfejobhoedjfbkfc
عنوان URL الرسمي https://chromewebstore.google.com/detail/kalami/pemeeapcjmidheilnfejobhoedjfbkfc
الوصف This is a Chrome extension for Kalami
حجم الملف 1.69 MB
عدد التثبيتات 31
النسخة الحالية 1.0.0
آخر تحديث 2023-08-20
تاريخ النشر 2023-08-20
تقييم 5.00/5 مجموع تقييمات 1
المطور omerhassan299
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://kalami.ai
عنوان صفحة سياسة الخصوصية https://splendorous-conkies-65e735.netlify.app
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0",
    "manifest_version": 3,
    "name": "Kalami",
    "description": "This is a Chrome extension for Kalami",
    "action": {
        "default_popup": "app\/popup\/popup.html",
        "default_title": "Mellon",
        "default_icon": {
            "16": ".\/assets\/logo.png",
            "32": ".\/assets\/logo.png",
            "48": ".\/assets\/logo.png",
            "128": ".\/assets\/logo.png"
        }
    },
    "permissions": [
        "tabs",
        "activeTab",
        "scripting",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                ".\/static\/js\/main.js"
            ],
            "css": [
                ".\/templates\/daisyui_v2.51.5.css",
                ".\/templates\/index.min.css"
            ]
        },
        {
            "matches": [
                "https:\/\/kalami.ai\/*"
            ],
            "run_at": "document_end",
            "js": [
                ".\/auth\/checkSession.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "resources": [
                "linkedin\/templates\/*",
                "assets\/*",
                "static\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ]
}