Jive Anywhere
Connects your browser to Jive
什麼是Jive Anywhere?
Jive Anywhere是由Jive Software開發的Chrome擴展程式,該擴展的主要功能是“Connects your browser to Jive”。
擴展截圖
下載Jive Anywhere擴展crx文件
下載Jive Anywhere擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 擴展基本資訊
| 名稱 | |
| ID | bmcnakllnfgdjlalfffanmfhampcoalm |
| 官方網址 | 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\/*"
]
} | |