Jive Anywhere
Connects your browser to Jive
Jive Anywhere là gì?
Jive Anywhere là một tiện ích mở rộng Chrome được phát triển bởi Jive Software, và tính năng chính của nó là "Connects your browser to Jive".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Jive Anywhere
Tải xuống các tệp mở rộng Jive Anywhere dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Jive Anywhere |
ID | bmcnakllnfgdjlalfffanmfhampcoalm |
URL Chính Thức | https://chromewebstore.google.com/detail/jive-anywhere/bmcnakllnfgdjlalfffanmfhampcoalm |
Mô tả | Connects your browser to Jive |
Kích Thước Tệp | 872 KB |
Số Lần Cài Đặt | 6,364 |
Phiên Bản Hiện Tại | 3.2.1 |
Cập Nhật Lần Cuối | 2019-03-05 |
Ngày Phát Hành | 2019-03-05 |
Đánh Giá | 4.48/5 Tổng số 48 Đánh Giá |
Nhà Phát Triển | Jive Software |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.jivesoftware.com/social-business/platform/features/jive-anywhere |
URL Trang Trợ Giúp | http://docs.jivesoftware.com/jivecloud/community_user/index.jsp?topic=/com.jivesoftware.help.ja.online/JiveAnywhere/AboutJA.html |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |