FastComments Debugger

A tool to help you debug your FastComments installation.

Vad är FastComments Debugger?

FastComments Debugger är en Chrome-tillägg utvecklad av https://fastcomments.com, och dess huvudfunktion är "A tool to help you debug your FastComments installation.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner FastComments Debugger-förlängningens CRX-fil

Ladda ner FastComments Debugger-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

                        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äggande Information om Tillägg

Namn FastComments Debugger FastComments Debugger
ID cadggdemhfkjjghkdbfhonoccnplffjj
Officiell webbadress https://chromewebstore.google.com/detail/fastcomments-debugger/cadggdemhfkjjghkdbfhonoccnplffjj
Beskrivning A tool to help you debug your FastComments installation.
Filstorlek 248 KB
Antal Installationer 49
Aktuell Version 1.2.3
Senast Uppdaterad 2023-10-24
Publiceringsdatum 2020-09-21
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://fastcomments.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://fastcomments.com
URL till Sekretesspolicy Sidan https://fastcomments.com/privacy-policy
Stödda Språk 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"
    ]
}