Jive Anywhere

Connects your browser to Jive

Jive Anywhere क्या है?

Jive Anywhere Jive Software द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Connects your browser to Jive"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        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.                    

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

नाम Jive Anywhere Jive Anywhere
ID bmcnakllnfgdjlalfffanmfhampcoalm
आधिकारिक URL https://chromewebstore.google.com/detail/jive-anywhere/bmcnakllnfgdjlalfffanmfhampcoalm
विवरण Connects your browser to Jive
फ़ाइल का आकार 872 KB
स्थापना संख्या 6,364
वर्तमान संस्करण 3.2.1
अंतिम अपडेट 2019-03-05
प्रकाशन तिथि 2019-03-05
रेटिंग 4.48/5 कुल 48 रेटिंग्स
डेवलपर Jive Software
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.jivesoftware.com/social-business/platform/features/jive-anywhere
सहायता पृष्ठ URL http://docs.jivesoftware.com/jivecloud/community_user/index.jsp?topic=/com.jivesoftware.help.ja.online/JiveAnywhere/AboutJA.html
समर्थित भाषाएँ 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\/*"
    ]
}