bSites

A quick dashboard for Oracle Webcenter Sites.

bSites란 무엇입니까?

bSites은(는) http://devble.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A quick dashboard for Oracle Webcenter Sites."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

bSites 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 bSites bSites
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"
    ]
}