bSites
A quick dashboard for Oracle Webcenter Sites.
什么是bSites?
bSites是由http://devble.com开发的Chrome扩展程序,该扩展的主要功能是“A quick dashboard for Oracle Webcenter Sites.”。
扩展截图
下载bSites扩展crx文件
下载bSites扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The bSites is a quick dash board for Oracle Webcenter sites. It gathers all the data in an efficient way and shows in a organized way. The bSites chrome extension saves user's time by putting major data in a single interface. It is very useful for the guys who is using Oracle Webcenter Sites like contributors, developers, managers, admins. Features: 1. List of all websites. 2. Shows the list of all enabled asset types, assets and users along with the roles. 3. The app supports searches on all assets on the specified site. 4. Gathers all the asset's full data and shows in a eye catchy style.
扩展基本信息
名称 | |
ID | dliiinpknhchbhiaabopfmahaemfdkpb |
官方URL | https://chrome.google.com/webstore/detail/bsites/dliiinpknhchbhiaabopfmahaemfdkpb |
简介 | A quick dashboard for Oracle Webcenter Sites. |
文件大小 | 467 KB |
安装次数 | 20 |
当前版本 | 2.4 |
更新时间 | 2015-10-28 |
上架时间 | 2015-10-28 |
评分 | 5.00/5 共3次评分 |
开发者 | http://devble.com |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "bSites", "description": "A quick dashboard for Oracle Webcenter Sites.", "version": "2.4", "short_name": "bSites", "manifest_version": 2, "browser_action": { "default_popup": "home.html", "default_icon": "logo128.png" }, "options_page": "options.html", "permissions": [ "notifications", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "web_accessible_resources": [ "logo.png" ] } |