mp4 Viewer for SFDC Chatter

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

Cos'è mp4 Viewer for SFDC Chatter?

mp4 Viewer for SFDC Chatter è un'estensione di Chrome sviluppata da Bradley Delaune, e la sua funzione principale è "This extension allows mp4 files to be viewed directly within Chatter in SFDC.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione mp4 Viewer for SFDC Chatter

Scarica i file di estensione mp4 Viewer for SFDC Chatter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome mp4 Viewer for SFDC Chatter mp4 Viewer for SFDC Chatter
ID cajehnlbanllcdmmikdnpbappcfneado
URL Ufficiale https://chromewebstore.google.com/detail/mp4-viewer-for-sfdc-chatt/cajehnlbanllcdmmikdnpbappcfneado
Descrizione This extension allows mp4 files to be viewed directly within Chatter in SFDC.
Dimensione del File 36.77 KB
Conteggio Installazioni 91
Versione Corrente 1.0
Ultimo Aggiornamento 2013-08-03
Data di Pubblicazione 2013-08-03
Valutazione 2.33/5 Totale 3 Valutazioni
Sviluppatore Bradley Delaune
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}