BlueKai Registry Helper
BlueKai Registry Helper
什么是BlueKai Registry Helper?
BlueKai Registry Helper是由BlueKai Product开发的Chrome扩展程序,该扩展的主要功能是“BlueKai Registry Helper”。
扩展截图
下载BlueKai Registry Helper扩展crx文件
下载BlueKai Registry Helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 ------------------------------------------------------------
扩展基本信息
名称 | |
ID | hlgeghobjpjpjbmmhoalnjmjkappdhid |
官方URL | https://chrome.google.com/webstore/detail/bluekai-registry-helper/hlgeghobjpjpjbmmhoalnjmjkappdhid |
简介 | BlueKai Registry Helper |
文件大小 | 428 KB |
安装次数 | 48 |
当前版本 | 0.2 |
更新时间 | 2013-09-21 |
上架时间 | 2013-09-21 |
评分 | 5.00/5 共4次评分 |
开发者 | BlueKai Product |
付费类型 | free |
支持的语言 | 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" ] } |