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 |
| 官方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\/*"
]
} | |