Jive Anywhere

Connects your browser to Jive

Jive Anywhere란 무엇입니까?

Jive Anywhere은(는) Jive Software에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Connects your browser to Jive"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Jive Anywhere 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/*"
    ]
}