Bitrix Composite Notifier
Shows statistics and debugging information for the composite site.
Bitrix Composite Notifier là gì?
Bitrix Composite Notifier là một tiện ích mở rộng Chrome được phát triển bởi Anton Gerasimyuk, và tính năng chính của nó là "Shows statistics and debugging information for the composite site.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Bitrix Composite Notifier
Tải xuống các tệp mở rộng Bitrix Composite Notifier dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Bitrix Composite Notifier |
ID | bhjmmlcdfdcdloebidhnlgoabjpbfjbk |
URL Chính Thức | https://chromewebstore.google.com/detail/bitrix-composite-notifier/bhjmmlcdfdcdloebidhnlgoabjpbfjbk |
Mô tả | Shows statistics and debugging information for the composite site. |
Kích Thước Tệp | 26.3 KB |
Số Lần Cài Đặt | 5,751 |
Phiên Bản Hiện Tại | 1.6 |
Cập Nhật Lần Cuối | 2021-04-21 |
Ngày Phát Hành | 2019-09-23 |
Đánh Giá | 3.63/5 Tổng số 27 Đánh Giá |
Nhà Phát Triển | Anton Gerasimyuk |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |