nextdoor-extension-helper

Description of the extension

nextdoor-extension-helperとは何ですか?

nextdoor-extension-helperはNextdoorによって開発されたChromeの拡張機能で、その主な機能は「Description of the extension」です。

拡張機能のスクリーンショット

screenshot
screenshot

nextdoor-extension-helper拡張機能のCRXファイルをダウンロード

nextdoor-extension-helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 nextdoor-extension-helper nextdoor-extension-helper
ID pdecifmglcpnbfgkddlebbjbmdcokejl
公式URL https://chromewebstore.google.com/detail/nextdoor-extension-helper/pdecifmglcpnbfgkddlebbjbmdcokejl
説明 Description of the extension
ファイルサイズ 526 KB
インストール数 1,162
現在のバージョン 2.0.0
最終更新日 2021-06-16
公開日 2020-12-19
評価 5.00/5 合計 1 レビュー
開発者 Nextdoor
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://help.nextdoor.com/s/article/privacy-and-safety-on-nextdoor
対応言語 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"
    ]
}