BlueKai Registry Helper
BlueKai Registry Helper
What is BlueKai Registry Helper?
BlueKai Registry Helper is a Chrome extension developed by BlueKai Product, and its main feature is "BlueKai Registry Helper".
Extension Screenshots
Download BlueKai Registry Helper Extension CRX File
Download BlueKai Registry Helper 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
The BlueKai Registry – Putting consumers in control of their digital footprint ------------------------------------------------------------ Alpha Tool for BlueKai DMP Clients ------------------------------------------------------------ For more information visit: www.bluekai.com/registry ------------------------------------------------------------
Extension Basic Information
Name | |
ID | hlgeghobjpjpjbmmhoalnjmjkappdhid |
Official URL | https://chrome.google.com/webstore/detail/bluekai-registry-helper/hlgeghobjpjpjbmmhoalnjmjkappdhid |
Description | BlueKai Registry Helper |
File Size | 428 KB |
Installation Count | 48 |
Current Version | 0.2 |
Last Updated | 2013-09-21 |
Publish Date | 2013-09-21 |
Rating | 5.00/5 Total 4 Ratings |
Developer | BlueKai Product |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BlueKai Registry Helper", "version": "0.2", "manifest_version": 2, "description": "BlueKai Registry Helper", "browser_action": { "default_icon": "icon-128.png", "default_title": "BlueKai Registry Helper" }, "background": { "page": "eventpage.html" }, "options_page": "options.html", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "storage", "webNavigation", "webRequest" ] } |