Bitrix Composite Notifier
Shows statistics and debugging information for the composite site.
Vad är Bitrix Composite Notifier?
Bitrix Composite Notifier är en Chrome-tillägg utvecklad av Anton Gerasimyuk, och dess huvudfunktion är "Shows statistics and debugging information for the composite site.".
Tilläggsskärmbilder
Ladda ner Bitrix Composite Notifier-förlängningens CRX-fil
Ladda ner Bitrix Composite Notifier-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Bitrix Composite Notifier |
ID | bhjmmlcdfdcdloebidhnlgoabjpbfjbk |
Officiell webbadress | https://chromewebstore.google.com/detail/bitrix-composite-notifier/bhjmmlcdfdcdloebidhnlgoabjpbfjbk |
Beskrivning | Shows statistics and debugging information for the composite site. |
Filstorlek | 26.3 KB |
Antal Installationer | 5,751 |
Aktuell Version | 1.6 |
Senast Uppdaterad | 2021-04-21 |
Publiceringsdatum | 2019-09-23 |
Betyg | 3.63/5 Totalt 27 Betyg |
Utvecklare | Anton Gerasimyuk |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } |