FastComments Debugger

A tool to help you debug your FastComments installation.

Co to jest FastComments Debugger?

FastComments Debugger to rozszerzenie Chrome opracowane przez https://fastcomments.com, a jego główną funkcją jest „A tool to help you debug your FastComments installation.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia FastComments Debugger

Pobierz pliki rozszerzeń FastComments Debugger w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Use the FastComments Debugger to debug your FastComments installation.

This tool can help you determine:
- Why the comment widget is not displaying
- Why the comment widget may not be behaving as expected
- How many instances of the widget are loaded on the page at once
- Which customization rules are applied.

Want more information in the debugger? Let us know!                    

Podstawowe informacje o rozszerzeniu

Nazwa FastComments Debugger FastComments Debugger
ID cadggdemhfkjjghkdbfhonoccnplffjj
Oficjalny URL https://chromewebstore.google.com/detail/fastcomments-debugger/cadggdemhfkjjghkdbfhonoccnplffjj
Opis A tool to help you debug your FastComments installation.
Rozmiar pliku 248 KB
Liczba instalacji 49
Aktualna Wersja 1.2.3
Ostatnia Aktualizacja 2023-10-24
Data Publikacji 2020-09-21
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://fastcomments.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://fastcomments.com
Adres URL Strony Polityki Prywatności https://fastcomments.com/privacy-policy
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FastComments Debugger",
    "version": "1.2.3",
    "description": "A tool to help you debug your FastComments installation.",
    "icons": {
        "16": "assets\/icons\/16.png",
        "48": "assets\/icons\/48.png",
        "128": "assets\/icons\/128.png"
    },
    "browser_action": {
        "default_icon": "assets\/icons\/favicon.png",
        "default_popup": "popup\/index.html",
        "default_title": "FastComments Debugger"
    },
    "content_scripts": [
        {
            "js": [
                "content\/index.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "assets\/icons\/*.png"
    ],
    "permissions": [
        "activeTab"
    ]
}