FastComments Debugger

A tool to help you debug your FastComments installation.

Hvad er FastComments Debugger?

FastComments Debugger er en Chrome-udvidelse udviklet af https://fastcomments.com, og dens hovedfunktion er "A tool to help you debug your FastComments installation.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download FastComments Debugger-udvidelses-CRX-fil

Download FastComments Debugger-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn FastComments Debugger FastComments Debugger
ID cadggdemhfkjjghkdbfhonoccnplffjj
Officiel URL https://chromewebstore.google.com/detail/fastcomments-debugger/cadggdemhfkjjghkdbfhonoccnplffjj
Beskrivelse A tool to help you debug your FastComments installation.
Filstørrelse 248 KB
Antal Installationer 49
Nuværende Version 1.2.3
Senest Opdateret 2023-10-24
Udgivelsesdato 2020-09-21
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler https://fastcomments.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://fastcomments.com
URL til Fortrolighedspolitik Side https://fastcomments.com/privacy-policy
Understøttede Sprog 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"
    ]
}