SFMC Easy DE Creater
Makes it possible to define a field of Data Extention from the definition of Excel Data
Was ist SFMC Easy DE Creater?
SFMC Easy DE Creater ist eine Chrome-Erweiterung, die von Kyoichiro entwickelt wurde, und ihr Hauptmerkmal ist "Makes it possible to define a field of Data Extention from the definition of Excel Data".
Erweiterungsscreenshots
SFMC Easy DE Creater-Erweiterungs-CRX-Datei herunterladen
Laden Sie SFMC Easy DE Creater-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | SFMC Easy DE Creater |
ID | imegapimboblpaakjhcnegbdonflncdk |
Offizielle URL | https://chromewebstore.google.com/detail/sfmc-easy-de-creater/imegapimboblpaakjhcnegbdonflncdk |
Beschreibung | Makes it possible to define a field of Data Extention from the definition of Excel Data |
Dateigröße | 3.96 KB |
Installationsanzahl | 88 |
Aktuelle Version | 1.1 |
Letztes Update | 2016-02-17 |
Veröffentlichungsdatum | 2016-02-16 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Kyoichiro |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/tatky/SFMC_Easy_DE_Creater |
Hilfeseite URL | https://github.com/tatky/SFMC_Easy_DE_Creater/issues |
Unterstützte Sprachen | 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" ] } |