SFMC Easy DE Creater

Makes it possible to define a field of Data Extention from the definition of Excel Data

¿Qué es SFMC Easy DE Creater?

SFMC Easy DE Creater es una extensión de Chrome desarrollada por Kyoichiro, y su función principal es "Makes it possible to define a field of Data Extention from the definition of Excel Data".

Capturas de Pantalla de la Extensión

Descargar Archivo CRX de la Extensión SFMC Easy DE Creater

Descarga archivos de extensión SFMC Easy DE Creater en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Easy Data Extention Creater for Salesforce Marketing Cloud ExactTarget.

1.Install this extention.

2.Download Excel Book.
https://github.com/tatky/SFMC_Easy_DE_Creater/raw/master/SFMC_Easy_DE%20Creater.xlsx

3.Define fields of Data Extention at Excel.
  You can define Name & Length & PK & Nullable.(Data type Not Working)

4.Copy definition of Data Extention from Excel.
  5Coumns. No Title row.

5.Open `Create New Data Extention`
  Forward to `3 Fields`

6.Paste                    

Información Básica de la Extensión

Nombre SFMC Easy DE Creater SFMC Easy DE Creater
ID imegapimboblpaakjhcnegbdonflncdk
URL Oficial https://chromewebstore.google.com/detail/sfmc-easy-de-creater/imegapimboblpaakjhcnegbdonflncdk
Descripción Makes it possible to define a field of Data Extention from the definition of Excel Data
Tamaño del Archivo 3.96 KB
Cantidad de Instalaciones 88
Versión Actual 1.1
Última Actualización 2016-02-17
Fecha de Publicación 2016-02-16
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Kyoichiro
Tipo de Pago free
Sitio Web de la Extensión https://github.com/tatky/SFMC_Easy_DE_Creater
URL de la Página de Ayuda https://github.com/tatky/SFMC_Easy_DE_Creater/issues
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SFMC Easy DE Creater",
    "description": "Makes it possible to define a field of Data Extention from the definition of Excel Data",
    "homepage_url": "https:\/\/github.com\/tatky\/SFMC_Easy_DE_Creater",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.exacttarget.com\/*"
            ],
            "include_globs": [
                "https:\/\/members.s?.exacttarget.com\/C??\/Default.aspx*"
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "embeded-script.js"
    ]
}