bSites

A quick dashboard for Oracle Webcenter Sites.

Cos'è bSites?

bSites è un'estensione di Chrome sviluppata da http://devble.com, e la sua funzione principale è "A quick dashboard for Oracle Webcenter Sites.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione bSites

Scarica i file di estensione bSites in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome bSites bSites
ID dliiinpknhchbhiaabopfmahaemfdkpb
URL Ufficiale https://chrome.google.com/webstore/detail/bsites/dliiinpknhchbhiaabopfmahaemfdkpb
Descrizione A quick dashboard for Oracle Webcenter Sites.
Dimensione del File 467 KB
Conteggio Installazioni 20
Versione Corrente 2.4
Ultimo Aggiornamento 2015-10-28
Data di Pubblicazione 2015-10-28
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore http://devble.com
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}