bSites

A quick dashboard for Oracle Webcenter Sites.

Co to jest bSites?

bSites to rozszerzenie Chrome opracowane przez http://devble.com, a jego główną funkcją jest „A quick dashboard for Oracle Webcenter Sites.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia bSites

Pobierz pliki rozszerzeń bSites w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa bSites bSites
ID dliiinpknhchbhiaabopfmahaemfdkpb
Oficjalny URL https://chrome.google.com/webstore/detail/bsites/dliiinpknhchbhiaabopfmahaemfdkpb
Opis A quick dashboard for Oracle Webcenter Sites.
Rozmiar pliku 467 KB
Liczba instalacji 20
Aktualna Wersja 2.4
Ostatnia Aktualizacja 2015-10-28
Data Publikacji 2015-10-28
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper http://devble.com
Typ Płatności free
Obsługiwane Języki 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"
    ]
}