Kilkaya toolbar

Kilkaya toolbar display analytics numbers for the current page

ما هو Kilkaya toolbar؟

Kilkaya toolbar هو إضافة Chrome تم تطويرها بواسطة https://kilkaya.com، والميزة الرئيسية لها هي "Kilkaya toolbar display analytics numbers for the current page".

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

screenshot

تحميل ملف CRX للإضافة Kilkaya toolbar

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

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

                        Kilkaya Toolbar allows you to show an overlay on top of the current webpage with charts and numbers.
It will only open the overlay for sites that you have access to in the Kilkaya Dashboard.
The Kilkaya Toolbar only works for users who have a login to the Kilkaya Dashboard analytics platform.                    

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

الاسم Kilkaya toolbar Kilkaya toolbar
ID paiilnohppponakpjeamailmlmgdbdll
عنوان URL الرسمي https://chromewebstore.google.com/detail/kilkaya-toolbar/paiilnohppponakpjeamailmlmgdbdll
الوصف Kilkaya toolbar display analytics numbers for the current page
حجم الملف 2.23 MB
عدد التثبيتات 2,569
النسخة الحالية 0.22
آخر تحديث 2024-01-18
تاريخ النشر 2022-03-07
تقييم 5.00/5 مجموع تقييمات 1
المطور https://kilkaya.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.kilkaya.com
عنوان صفحة سياسة الخصوصية https://www.kilkaya.com/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Kilkaya toolbar",
    "description": "Kilkaya toolbar display analytics numbers for the current page",
    "version": "0.22",
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon-16.png",
            "32": "\/images\/icon-32.png",
            "48": "\/images\/icon-48.png",
            "128": "\/images\/icon-128.png"
        }
    },
    "options_page": "options.html",
    "icons": {
        "16": "\/images\/icon-16.png",
        "32": "\/images\/icon-32.png",
        "48": "\/images\/icon-48.png",
        "128": "\/images\/icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png",
                "images\/*.svg",
                "help.html",
                "js\/windowkilkaya.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ]
}