mp4 Viewer for SFDC Chatter
This extension allows mp4 files to be viewed directly within Chatter in SFDC.
Qu'est-ce que mp4 Viewer for SFDC Chatter ?
mp4 Viewer for SFDC Chatter est une extension Chrome développée par Bradley Delaune, et sa fonction principale est "This extension allows mp4 files to be viewed directly within Chatter in SFDC.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension mp4 Viewer for SFDC Chatter
Téléchargez les fichiers d'extension mp4 Viewer for SFDC Chatter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension simply allows mp4s to be played within the file previewer in Salesforce.com's Chatter application.
Informations de Base sur l'Extension
Nom | mp4 Viewer for SFDC Chatter |
ID | cajehnlbanllcdmmikdnpbappcfneado |
URL Officiel | 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. |
Taille du Fichier | 36.77 KB |
Nombre d'Installations | 91 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2013-08-03 |
Date de Publication | 2013-08-03 |
Évaluation | 2.33/5 Total 3 Évaluations |
Développeur | Bradley Delaune |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |