mp4 Viewer for SFDC Chatter

This extension allows mp4 files to be viewed directly within Chatter in SFDC.

O que é mp4 Viewer for SFDC Chatter?

mp4 Viewer for SFDC Chatter é uma extensão do Chrome desenvolvida por Bradley Delaune, e sua principal característica é "This extension allows mp4 files to be viewed directly within Chatter in SFDC.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão mp4 Viewer for SFDC Chatter

Baixe arquivos de extensão mp4 Viewer for SFDC Chatter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        This extension simply allows mp4s to be played within the file previewer in Salesforce.com's Chatter application.                    

Informações Básicas da Extensão

Nome mp4 Viewer for SFDC Chatter mp4 Viewer for SFDC Chatter
ID cajehnlbanllcdmmikdnpbappcfneado
URL Oficial https://chromewebstore.google.com/detail/mp4-viewer-for-sfdc-chatt/cajehnlbanllcdmmikdnpbappcfneado
Descrição This extension allows mp4 files to be viewed directly within Chatter in SFDC.
Tamanho do Arquivo 36.77 KB
Contagem de Instalações 91
Versão Atual 1.0
Última Atualização 2013-08-03
Data de Publicação 2013-08-03
Classificação 2.33/5 Total de 3 Avaliações
Desenvolvedor Bradley Delaune
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}