SFMC Easy DE Creater

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

Qu'est-ce que SFMC Easy DE Creater ?

SFMC Easy DE Creater est une extension Chrome développée par Kyoichiro, et sa fonction principale est "Makes it possible to define a field of Data Extention from the definition of Excel Data".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension SFMC Easy DE Creater

Téléchargez les fichiers d'extension SFMC Easy DE Creater au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom SFMC Easy DE Creater SFMC Easy DE Creater
ID imegapimboblpaakjhcnegbdonflncdk
URL Officiel https://chromewebstore.google.com/detail/sfmc-easy-de-creater/imegapimboblpaakjhcnegbdonflncdk
Description Makes it possible to define a field of Data Extention from the definition of Excel Data
Taille du Fichier 3.96 KB
Nombre d'Installations 88
Version Actuelle 1.1
Dernière Mise à Jour 2016-02-17
Date de Publication 2016-02-16
Évaluation 5.00/5 Total 1 Évaluations
Développeur Kyoichiro
Type de Paiement free
Site Web de l'Extension https://github.com/tatky/SFMC_Easy_DE_Creater
URL de la Page d'Aide https://github.com/tatky/SFMC_Easy_DE_Creater/issues
Langues Prises en Charge 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"
    ]
}