AgileVERSE

AgileVerse is extension for your browser that enhance your user experience with IBM Verse

AgileVERSE क्या है?

AgileVERSE RatOps Group द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "AgileVerse is extension for your browser that enhance your user experience with IBM Verse"।

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

screenshot

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

crx प्रारूप में AgileVERSE एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Note: AgileVerse is originally an user script that is being migrated to native browser extension and this extension (despite it's version number) is in beta testing with known bugs (e.g. not visible top IBM banner and thus even not possible to open AgileVerse configuration), so please be patient with us.

===========================

Extends Verse webmail layout and provides additional features.

- Meeting notifications
  do not miss start of your meeting or even worse - whole meeting

- Integration of your desktop Sametime
  keep your Sametime chat history while retaining Sametime awareness of IBMers you communicate with via email

- Modify Verse layout
  adjust Verse layout adhoc according to your current need for your better experience

- Day-at-Glance
  one simple overview of your accepted, tentatively accepted or even not yet accepted meetings

- Edit favorite contacts initials
  wondering who is behind those initials since you know that person bit differently?
  Just edit your favorite contacts initials so that you know who is who

- Quick Move
  simple and quick suggestion to which folder opened email should belong.
  (Suggestions would be that precise as you will set the keywords for each folder)

- Unread emails counter on folders
  ever wondered how many emails you have in your folders? Now you can see it easily directly in folder tree view

Disclaimer: this extension is provided as-is                    

एक्सटेंशन की मूल जानकारी

नाम AgileVERSE AgileVERSE
ID hgbboeakindooajngohineepkhgpemma
आधिकारिक URL https://chromewebstore.google.com/detail/agileverse/hgbboeakindooajngohineepkhgpemma
विवरण AgileVerse is extension for your browser that enhance your user experience with IBM Verse
फ़ाइल का आकार 281 KB
स्थापना संख्या 190
वर्तमान संस्करण 6.0.10
अंतिम अपडेट 2018-11-23
प्रकाशन तिथि 2018-11-23
रेटिंग 4.38/5 कुल 8 रेटिंग्स
डेवलपर RatOps Group
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "notifications",
        "https:\/\/mail.notes.na.collabserv.com\/verse*",
        "https:\/\/apps.na.collabserv.com\/*",
        "https:\/\/mail.notes.ce.collabserv.com\/verse*",
        "https:\/\/apps.ce.collabserv.com\/*",
        "https:\/\/mail.notes.ap.collabserv.com\/verse*",
        "https:\/\/apps.ap.collabserv.com\/*",
        "https:\/\/mail.notes.scniris.com\/verse*",
        "https:\/\/apps.scniris.com\/*",
        "https:\/\/mail.notes.collabservintegration.com\/verse*",
        "https:\/\/apps.collabservintegration.com\/*",
        "http:\/\/localhost\/*"
    ],
    "background": {
        "scripts": [
            "vendor\/browser-polyfill.min.js",
            "background_script.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.notes.na.collabserv.com\/verse*",
                "https:\/\/mail.notes.ce.collabserv.com\/verse*",
                "https:\/\/mail.notes.ap.collabserv.com\/verse*",
                "https:\/\/mail.notes.scniris.com\/verse*",
                "https:\/\/mail.notes.collabservintegration.com\/verse*"
            ],
            "js": [
                "vendor\/browser-polyfill.min.js",
                "vendor\/jquery.min.js",
                "AgileVerse.user.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "page_script.js"
    ],
    "browser_action": {
        "default_icon": "icons\/icon32.png",
        "default_title": "AgileVerse"
    },
    "name": "AgileVERSE",
    "description": "AgileVerse is extension for your browser that enhance your user experience with IBM Verse",
    "version": "6.0.10",
    "author": "Martin Holan"
}