QuickSearch for IBM Connections Cloud

This extension let you search & share content within IBM Connections Cloud.

Qu'est-ce que QuickSearch for IBM Connections Cloud ?

QuickSearch for IBM Connections Cloud est une extension Chrome développée par Romain Lienard, et sa fonction principale est "This extension let you search & share content within IBM Connections Cloud.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension QuickSearch for IBM Connections Cloud

Téléchargez les fichiers d'extension QuickSearch for IBM Connections Cloud au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        /!\ This plugin is a beta experiment based on the QuickSearch plugin for IBM Connections (also available on Chrome Store)

This plugin version is only intended for IBM Connections Cloud. If you want to connect to an on-premises IBM Connections instance (such IBM Greenhouse) then use the QuickSearch plugin for IBM Connections.


===============================
Important disclaimer : Because I work for IBM and because I made this extension during by job time, this extension belongs to IBM. BUT, this extension is NOT supported by IBM. Every bug report must be sent to myself only (do not open a PMR), and -even if I'm pretty quick to answer- without any legal obligation or whatsoever to correct them. 
This extension is provided AS IS.
===============================

The QuickSearch plugin let you quickly search for users or content within IBM Connections, upload and/or share a File to multiple users, invite a group of users into a community, share an URL to your board or someone's board, see your activity stream updates in real time, and update your profile picture using your webcam or an existing picture.

Use the popup window in the upper right corner of chrome in order to search within Profiles (with type-ahead feature), Files, Forums and so on.

You can also use it directly from the URL navigation bar, by typing "sc" (without any quotes) following by a space then your query. Then press enter for a global search or arrow keys to reduce the scope.

changelog
=================
V6.1:
 - popups now have a "clear all" button
 - new keyboard shortcut available to toggle notifications

V6.0:
- IBMers SAML support for Cloud edition
- Cognitive status updates analyse (can be enabled from settings page)
- various bug fixes

V5.6:
- Notifications which include followed tags are now displayed with a tag indicator
- QuickSearch can now run in background, even when Chrome is closed

V5.5:
- QuickTag tool (available in groups panel)

V5.4:
- QuickSearch Level (a small gamification system to discover every quicksearch features)
- Bug fixes in status updates

V5.3: 
- Fixing various bug
- Can now expand/collapse left column for better view on small screens

V5.2:
- New MyNotifications quick access, accessible from the quick access bar.
- Old view introduced in 5.1 is still available because it's the only way to display notifications with a keyboard shortcut
- Can now create an user group from the contextual menu in any Connections page (from whole page or selected text)

V5.1:
- New MyNotifications view, accessible from a double-click on the QuickSearch button or from a keyboard shortcut

V5.0:
- Now able to display a preview of the pending notifications in the QuickSearch tooltip
- The notification counter can be reset (using a keyboard shortcut)
- Various bugs fixed

V4.9:
This version contains mostly all the new features which were also implemented in the onprem edition (from 4.3 to 4.9)

- Now able to @@mention a community when sharing a message or an url (use @@ instead of @ for a person). This will post a copy of the message into the specified community.
- Can now retweet messages from twitter as status updates
- Now includes a new My History quick access button (It's like a browser history, but only for connections URLs)
- Embedded features can now be enable/disable from the options page. 
- Now includes a delete mode, to remove yourself from several communities in a few clicks
- Now includes a favorite mode, to set any of your content as favorite (they will remain on top of the list for each module : My Files, My Communities, My Blogs...)
- Adding a local filter feature, to filter the latest search view. Combined with the cache feature of v4.5, this local filter feature let you search for your files, communities, and so on in a few seconds.
- Adding a shortcut to saved items in the quickaccess bar
- The quick access toolbar is now cached. You can refresh the whole cache (using the latest button of the toolbar) or for an application only (after clicking on a quick access button, a second refresh button is added into the result view)
- QuickPlay experimental feature let you listen for blog entries instead of reading them.


V4.3:
- Update Status message feature
- Update Status & Share URL now support @mentions and image directly pasted from clipboard (useful for screeshot made by sametime or snagit)
- Can add bookmark to communities
- New mobilizer beta tool : a tool to quickly create mobile links (which will open the Connections app rather than the browser)


V4.3:
- Update Status message feature
- Update Status & Share URL now support @mentions and image directly pasted from clipboard (useful for screeshot made by sametime or snagit)

V4.2:
- can now be used with quicksearch onprem edition to import contact (you must have the onprem edition of QuickSearch to unlock the feature in the options panel)

V4.1.4.0 : initial cloud version based on QuickSearch 4.1.4 for IBM Connections                    

Informations de Base sur l'Extension

Nom QuickSearch for IBM Connections Cloud QuickSearch for IBM Connections Cloud
ID efdkgljgljpmaabpimaigkifohgloemh
URL Officiel https://chromewebstore.google.com/detail/quicksearch-for-ibm-conne/efdkgljgljpmaabpimaigkifohgloemh
Description This extension let you search & share content within IBM Connections Cloud.
Taille du Fichier 8.64 MB
Nombre d'Installations 138
Version Actuelle 6.2.9
Dernière Mise à Jour 2017-08-25
Date de Publication 2017-08-25
Évaluation 5.00/5 Total 11 Évaluations
Développeur Romain Lienard
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://ibm.box.com/s/c9xwy3n9tg6jjnnrv0qm5vcno29yo5uk
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QuickSearch for IBM Connections Cloud",
    "description": "This extension let you search & share content within IBM Connections Cloud.",
    "version": "6.2.9",
    "permissions": [
        "",
        "contextMenus",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "unlimitedStorage",
        "notifications",
        "desktopCapture",
        "tts",
        "webNavigation",
        "identity",
        "background"
    ],
    "omnibox": {
        "keyword": "sc"
    },
    "icons": {
        "8": "scc.png",
        "12": "scc.png",
        "16": "scc.png",
        "48": "scc.png"
    },
    "browser_action": {
        "default_icon": "scc.png",
        "default_popup": "popup.html"
    },
    "commands": {
        "5open_ic_homepage": {
            "suggested_key": {
                "default": "Ctrl+Shift+H",
                "mac": "Command+Shift+H"
            },
            "description": "Open IBM Connections Homepage"
        },
        "2open_ic_notifications": {
            "suggested_key": {
                "default": "Ctrl+Q",
                "mac": "Command+Q"
            },
            "description": "MyNotifications : open the appropriate IBM Connections Notifications web page"
        },
        "4reset_ic_notifications": {
            "description": "MyNotifications : reset counter"
        },
        "3display_ic_notifications": {
            "description": "MyNotifications : open the MyNotifications view"
        },
        "9open_microphone": {
            "description": "QuickSpeak (experimental)"
        },
        "99refresh_cache": {
            "description": "Full Cache Refresh"
        },
        "99toggle_notifications": {
            "description": "Toggle activity stream notification popups"
        },
        "6update_photo": {
            "description": "Update your picture profile"
        },
        "7open_mobilizer": {
            "suggested_key": {
                "default": "Ctrl+Shift+M",
                "mac": "Command+Shift+M"
            },
            "description": "URL Mobilizer : Open the URL Mobilizer assistant to help you turn connections links into mobile links"
        },
        "8add_to_mobilizer": {
            "description": "URL Mobilizer : Add the current URL to the Mobilizer Queue"
        }
    },
    "oauth2": {
        "client_id": "77uq239w8aij29",
        "scopes": [
            "https:\/\/www.linkedin.com\/uas\/oauth2\/authorization"
        ]
    },
    "background": {
        "persistent": true,
        "scripts": [
            "jquery-2.0.3.min.js",
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/faces.tap.ibm.com; object-src 'self'",
    "options_page": "options.html",
    "web_accessible_resources": [
        "quickSpeak.html",
        "popup.html",
        "bookmarkthis.html",
        "notifbox.html",
        "chrome:\/\/extensions\/configureCommands",
        "images\/quicksearch401.png",
        "images\/quicksearchlogin.jpg",
        "images\/arrow-right.png",
        "images\/arrow-left.png"
    ]
}