Data Player
This extension provides access to a page's data layer
What is Data Player?
Data Player is a Chrome extension developed by Search Discovery, and its main feature is "This extension provides access to a page's data layer".
Extension Screenshots
Download Data Player Extension CRX File
Download Data Player extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Exposes a site's data layer and records the data layer history for easy comparison between pages. Great for Analytics implementors.
Extension Basic Information
Name | |
ID | hpehliejnpokoepggdkdgonejneddjln |
Official URL | https://chromewebstore.google.com/detail/data-player/hpehliejnpokoepggdkdgonejneddjln |
Description | This extension provides access to a page's data layer |
File Size | 331 KB |
Installation Count | 83 |
Current Version | 0.0.4 |
Last Updated | 2018-09-19 |
Publish Date | 2018-09-19 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Search Discovery |
[email protected] | |
Payment Type | free |
Extension Website | https://www.searchdiscovery.com |
Privacy Policy Page URL | https://www.searchdiscovery.com/privacy-policy |
Supported Languages | 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": [] } |