Bitrix Composite Notifier
Shows statistics and debugging information for the composite site.
Bitrix Composite Notifier क्या है?
Bitrix Composite Notifier Anton Gerasimyuk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows statistics and debugging information for the composite site."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Bitrix Composite Notifier एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } |