Jive Anywhere

Connects your browser to Jive

ما هو Jive Anywhere؟

Jive Anywhere هو إضافة Chrome تم تطويرها بواسطة Jive Software، والميزة الرئيسية لها هي "Connects your browser to Jive".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Jive Anywhere

قم بتنزيل ملفات الامتداد Jive Anywhere بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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\/*"
    ]
}