Jive Anywhere

Connects your browser to Jive

¿Qué es Jive Anywhere?

Jive Anywhere es una extensión de Chrome desarrollada por Jive Software, y su función principal es "Connects your browser to Jive".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Jive Anywhere

Descarga archivos de extensión Jive Anywhere en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Jive Anywhere is a social upgrade for the whole web. It instantly brings Jive's social capabilities to any website or application. 

Visiting a website or using a web app? Just click the Jive Anywhere tab in your browser. A sidebar opens, showing you related conversations, documents and groups in your Jive network. You can see what your colleagues are saying, start a discussion, launch a group and more.

Use Jive Anywhere across the web to collaborate, discuss and share feedback with your team. The same goes for your own in-house systems. Use Jive Anywhere to add social interaction to static intranets, invoicing systems and other legacy web apps.                    

Información Básica de la Extensión

Nombre Jive Anywhere Jive Anywhere
ID bmcnakllnfgdjlalfffanmfhampcoalm
URL Oficial https://chromewebstore.google.com/detail/jive-anywhere/bmcnakllnfgdjlalfffanmfhampcoalm
Descripción Connects your browser to Jive
Tamaño del Archivo 872 KB
Cantidad de Instalaciones 6,364
Versión Actual 3.2.1
Última Actualización 2019-03-05
Fecha de Publicación 2019-03-05
Calificación 4.48/5 Total de 48 Calificaciones
Desarrollador Jive Software
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://www.jivesoftware.com/social-business/platform/features/jive-anywhere
URL de la Página de Ayuda http://docs.jivesoftware.com/jivecloud/community_user/index.jsp?topic=/com.jivesoftware.help.ja.online/JiveAnywhere/AboutJA.html
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Jive Anywhere",
    "version": "3.2.1",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "Connects your browser to Jive",
    "background": {
        "page": "Extension\/BackgroundPage.html"
    },
    "options_page": "Extension\/options.html",
    "minimum_chrome_version": "22",
    "homepage_url": "http:\/\/www.jivesoftware.com\/",
    "page_action": {
        "default_icon": {
            "19": "button19.png",
            "38": "button38.png"
        },
        "default_title": "Jive Anywhere"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        "Extension\/*"
    ]
}