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