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 |
| Eメール | [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\/*"
]
} | |