mp4 Viewer for SFDC Chatter
This extension allows mp4 files to be viewed directly within Chatter in SFDC.
mp4 Viewer for SFDC Chatterとは何ですか?
mp4 Viewer for SFDC ChatterはBradley Delauneによって開発されたChromeの拡張機能で、その主な機能は「This extension allows mp4 files to be viewed directly within Chatter in SFDC.」です。
拡張機能のスクリーンショット
mp4 Viewer for SFDC Chatter拡張機能のCRXファイルをダウンロード
mp4 Viewer for SFDC Chatter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension simply allows mp4s to be played within the file previewer in Salesforce.com's Chatter application.
拡張機能の基本情報
名前 | mp4 Viewer for SFDC Chatter |
ID | cajehnlbanllcdmmikdnpbappcfneado |
公式URL | https://chromewebstore.google.com/detail/mp4-viewer-for-sfdc-chatt/cajehnlbanllcdmmikdnpbappcfneado |
説明 | This extension allows mp4 files to be viewed directly within Chatter in SFDC. |
ファイルサイズ | 36.77 KB |
インストール数 | 91 |
現在のバージョン | 1.0 |
最終更新日 | 2013-08-03 |
公開日 | 2013-08-03 |
評価 | 2.33/5 合計 3 レビュー |
開発者 | Bradley Delaune |
支払い方法 | free |
対応言語 | 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" ] } ] } |