mp4 Viewer for SFDC Chatter
This extension allows mp4 files to be viewed directly within Chatter in SFDC.
What is mp4 Viewer for SFDC Chatter?
mp4 Viewer for SFDC Chatter is a Chrome extension developed by Bradley Delaune, and its main feature is "This extension allows mp4 files to be viewed directly within Chatter in SFDC.".
Extension Screenshots
Download mp4 Viewer for SFDC Chatter Extension CRX File
Download mp4 Viewer for SFDC Chatter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension simply allows mp4s to be played within the file previewer in Salesforce.com's Chatter application.
Extension Basic Information
Name | mp4 Viewer for SFDC Chatter |
ID | cajehnlbanllcdmmikdnpbappcfneado |
Official URL | https://chromewebstore.google.com/detail/mp4-viewer-for-sfdc-chatt/cajehnlbanllcdmmikdnpbappcfneado |
Description | This extension allows mp4 files to be viewed directly within Chatter in SFDC. |
File Size | 36.77 KB |
Installation Count | 91 |
Current Version | 1.0 |
Last Updated | 2013-08-03 |
Publish Date | 2013-08-03 |
Rating | 2.33/5 Total 3 Ratings |
Developer | Bradley Delaune |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "mp4 Viewer for SFDC Chatter", "description": "This extension allows mp4 files to be viewed directly within Chatter in SFDC.", "version": "1.0", "icons": { "16": "mp4-16.png", "48": "mp4-48.png", "128": "mp4-128.png" }, "permissions": [ "https:\/\/*.salesforce.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.salesforce.com\/*" ], "js": [ "myscript.js" ] } ] } |