bSites
A quick dashboard for Oracle Webcenter Sites.
bSites là gì?
bSites là một tiện ích mở rộng Chrome được phát triển bởi http://devble.com, và tính năng chính của nó là "A quick dashboard for Oracle Webcenter Sites.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng bSites
Tải xuống các tệp mở rộng bSites dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | dliiinpknhchbhiaabopfmahaemfdkpb |
URL Chính Thức | https://chrome.google.com/webstore/detail/bsites/dliiinpknhchbhiaabopfmahaemfdkpb |
Mô tả | A quick dashboard for Oracle Webcenter Sites. |
Kích Thước Tệp | 467 KB |
Số Lần Cài Đặt | 20 |
Phiên Bản Hiện Tại | 2.4 |
Cập Nhật Lần Cuối | 2015-10-28 |
Ngày Phát Hành | 2015-10-28 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | http://devble.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |