mp4 Viewer for SFDC Chatter
This extension allows mp4 files to be viewed directly within Chatter in SFDC.
Co je mp4 Viewer for SFDC Chatter?
mp4 Viewer for SFDC Chatter je rozšíření Chrome vyvinuté Bradley Delaune, a jeho hlavní funkcí je „This extension allows mp4 files to be viewed directly within Chatter in SFDC.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření mp4 Viewer for SFDC Chatter
Stáhněte si soubory rozšíření mp4 Viewer for SFDC Chatter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
This extension simply allows mp4s to be played within the file previewer in Salesforce.com's Chatter application.
Základní Informace o Rozšíření
Název | mp4 Viewer for SFDC Chatter |
ID | cajehnlbanllcdmmikdnpbappcfneado |
Oficiální URL | https://chromewebstore.google.com/detail/mp4-viewer-for-sfdc-chatt/cajehnlbanllcdmmikdnpbappcfneado |
Popis | This extension allows mp4 files to be viewed directly within Chatter in SFDC. |
Velikost souboru | 36.77 KB |
Počet instalací | 91 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2013-08-03 |
Datum Vydání | 2013-08-03 |
Hodnocení | 2.33/5 Celkem 3 Hodnocení |
Vývojář | Bradley Delaune |
Typ Platby | free |
Podporované Jazyky | 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" ] } ] } |