bSites

A quick dashboard for Oracle Webcenter Sites.

bSites क्या है?

bSites http://devble.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A quick dashboard for Oracle Webcenter Sites."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में bSites एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}