Jive Anywhere

Connects your browser to Jive

Qu'est-ce que Jive Anywhere ?

Jive Anywhere est une extension Chrome développée par Jive Software, et sa fonction principale est "Connects your browser to Jive".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Jive Anywhere

Téléchargez les fichiers d'extension Jive Anywhere 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

                        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.                    

Informations de Base sur l'Extension

Nom Jive Anywhere Jive Anywhere
ID bmcnakllnfgdjlalfffanmfhampcoalm
URL Officiel https://chromewebstore.google.com/detail/jive-anywhere/bmcnakllnfgdjlalfffanmfhampcoalm
Description Connects your browser to Jive
Taille du Fichier 872 KB
Nombre d'Installations 6,364
Version Actuelle 3.2.1
Dernière Mise à Jour 2019-03-05
Date de Publication 2019-03-05
Évaluation 4.48/5 Total 48 Évaluations
Développeur Jive Software
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.jivesoftware.com/social-business/platform/features/jive-anywhere
URL de la Page d'Aide http://docs.jivesoftware.com/jivecloud/community_user/index.jsp?topic=/com.jivesoftware.help.ja.online/JiveAnywhere/AboutJA.html
Langues Prises en Charge 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\/*"
    ]
}