Jive Anywhere
Connects your browser to Jive
Apa itu Jive Anywhere?
Jive Anywhere adalah ekstensi Chrome yang dikembangkan oleh Jive Software, dan fitur utamanya adalah "Connects your browser to Jive".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Jive Anywhere
Unduh file ekstensi Jive Anywhere dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Jive Anywhere |
ID | bmcnakllnfgdjlalfffanmfhampcoalm |
URL Resmi | https://chromewebstore.google.com/detail/jive-anywhere/bmcnakllnfgdjlalfffanmfhampcoalm |
Deskripsi | Connects your browser to Jive |
Ukuran File | 872 KB |
Jumlah Instalasi | 6,364 |
Versi Saat Ini | 3.2.1 |
Terakhir Diperbarui | 2019-03-05 |
Tanggal Publikasi | 2019-03-05 |
Penilaian | 4.48/5 Total 48 Penilaian |
Pengembang | Jive Software |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.jivesoftware.com/social-business/platform/features/jive-anywhere |
URL Halaman Bantuan | http://docs.jivesoftware.com/jivecloud/community_user/index.jsp?topic=/com.jivesoftware.help.ja.online/JiveAnywhere/AboutJA.html |
Bahasa yang Didukung | 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\/*" ] } |