Data Player

This extension provides access to a page's data layer

Data Playerとは何ですか?

Data PlayerはSearch Discoveryによって開発されたChromeの拡張機能で、その主な機能は「This extension provides access to a page's data layer」です。

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

screenshot

Data Player拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Exposes a site's data layer and records the data layer history for easy comparison between pages. Great for Analytics implementors.                    

拡張機能の基本情報

名前 Data Player Data Player
ID hpehliejnpokoepggdkdgonejneddjln
公式URL https://chromewebstore.google.com/detail/data-player/hpehliejnpokoepggdkdgonejneddjln
説明 This extension provides access to a page's data layer
ファイルサイズ 331 KB
インストール数 83
現在のバージョン 0.0.4
最終更新日 2018-09-19
公開日 2018-09-19
評価 5.00/5 合計 1 レビュー
開発者 Search Discovery
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.searchdiscovery.com
プライバシーポリシーページのURL https://www.searchdiscovery.com/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Data Player",
    "description": "This extension provides access to a page's data layer",
    "version": "0.0.4",
    "devtools_page": "devtools.html",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Data Player"
    },
    "permissions": []
}