Bitrix Composite Notifier

Shows statistics and debugging information for the composite site.

Qu'est-ce que Bitrix Composite Notifier ?

Bitrix Composite Notifier est une extension Chrome développée par Anton Gerasimyuk, et sa fonction principale est "Shows statistics and debugging information for the composite site.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Bitrix Composite Notifier

Téléchargez les fichiers d'extension Bitrix Composite Notifier au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Bitrix Composite Notifier Bitrix Composite Notifier
ID bhjmmlcdfdcdloebidhnlgoabjpbfjbk
URL Officiel https://chromewebstore.google.com/detail/bitrix-composite-notifier/bhjmmlcdfdcdloebidhnlgoabjpbfjbk
Description Shows statistics and debugging information for the composite site.
Taille du Fichier 26.3 KB
Nombre d'Installations 5,751
Version Actuelle 1.6
Dernière Mise à Jour 2021-04-21
Date de Publication 2019-09-23
Évaluation 3.63/5 Total 27 Évaluations
Développeur Anton Gerasimyuk
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}