Bitrix Composite Notifier

Shows statistics and debugging information for the composite site.

ما هو Bitrix Composite Notifier؟

Bitrix Composite Notifier هو إضافة Chrome تم تطويرها بواسطة Anton Gerasimyuk، والميزة الرئيسية لها هي "Shows statistics and debugging information for the composite site.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Bitrix Composite Notifier

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

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

                        Bitrix Composite Site is a unique technology to enhance site performance that unites high-speed loading of static data and background preparation of dynamic data.

Composite technology can work on any site created on Bitrix Site Manager.

This extension notifies that a current site uses composite technology. It also shows statistics and some debugging information.                    

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

الاسم Bitrix Composite Notifier Bitrix Composite Notifier
ID bhjmmlcdfdcdloebidhnlgoabjpbfjbk
عنوان URL الرسمي https://chromewebstore.google.com/detail/bitrix-composite-notifier/bhjmmlcdfdcdloebidhnlgoabjpbfjbk
الوصف Shows statistics and debugging information for the composite site.
حجم الملف 26.3 KB
عدد التثبيتات 5,751
النسخة الحالية 1.6
آخر تحديث 2021-04-21
تاريخ النشر 2019-09-23
تقييم 3.63/5 مجموع تقييمات 27
المطور Anton Gerasimyuk
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bitrix Composite Notifier",
    "description": "Shows statistics and debugging information for the composite site.",
    "version": "1.6",
    "author": "Anton Gerasimyuk",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "webRequest",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "composite_content.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": "images\/actions\/inactive-38.png",
        "default_title": "Composite Notifier",
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "32"
}