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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}