nextdoor-extension-helper

Description of the extension

Co je nextdoor-extension-helper?

nextdoor-extension-helper je rozšíření Chrome vyvinuté Nextdoor, a jeho hlavní funkcí je „Description of the extension“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření nextdoor-extension-helper

Stáhněte si soubory rozšíření nextdoor-extension-helper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        The Nextdoor Pixel Helper provides valuable feedback that can help verify your pixel is working correctly. Sometimes formatting errors are encountered when tracking conversions and the Pixel Helper can help uncover these errors. 

Clicking on the extension's icon will help troubleshoot, verify and debug Nextdoor Pixel implementations.                    

Základní Informace o Rozšíření

Název nextdoor-extension-helper nextdoor-extension-helper
ID pdecifmglcpnbfgkddlebbjbmdcokejl
Oficiální URL https://chromewebstore.google.com/detail/nextdoor-extension-helper/pdecifmglcpnbfgkddlebbjbmdcokejl
Popis Description of the extension
Velikost souboru 526 KB
Počet instalací 1,162
Aktuální Verze 2.0.0
Poslední Aktualizace 2021-06-16
Datum Vydání 2020-12-19
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Nextdoor
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://help.nextdoor.com/s/article/privacy-and-safety-on-nextdoor
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "nextdoor-extension-helper",
    "version": "2.0.0",
    "description": "Description of the extension",
    "manifest_version": 2,
    "icons": {
        "16": "res\/nextdoor_icon_32.png",
        "48": "res\/nextdoor_icon_32.png",
        "128": "res\/nextdoor_icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Nextdoor Pixel Helper",
        "default_popup": "popup.html",
        "default_icon": {
            "19": "res\/nextdoor_icon_32.png",
            "38": "res\/nextdoor_icon_32.png"
        }
    },
    "permissions": [
        "",
        "*:\/\/flask.nextdoor.com\/*",
        "*:\/\/flask.nextdoor-test.com\/*",
        "tabs",
        "activeTab",
        "webRequest",
        "webNavigation",
        "storage"
    ]
}