SFMC Easy DE Creater
Makes it possible to define a field of Data Extention from the definition of Excel Data
Wat is SFMC Easy DE Creater?
SFMC Easy DE Creater is een Chrome-extensie ontwikkeld door Kyoichiro, en de belangrijkste functie is "Makes it possible to define a field of Data Extention from the definition of Excel Data".
Extensie Screenshots
Download het CRX-bestand van de extensie SFMC Easy DE Creater
Download SFMC Easy DE Creater-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | imegapimboblpaakjhcnegbdonflncdk |
| Officiële URL | https://chromewebstore.google.com/detail/sfmc-easy-de-creater/imegapimboblpaakjhcnegbdonflncdk |
| Beschrijving | Makes it possible to define a field of Data Extention from the definition of Excel Data |
| Bestandsgrootte | 3.96 KB |
| Aantal Installaties | 88 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2016-02-17 |
| Publicatiedatum | 2016-02-16 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Kyoichiro |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/tatky/SFMC_Easy_DE_Creater |
| Help Pagina-URL | https://github.com/tatky/SFMC_Easy_DE_Creater/issues |
| Ondersteunde Talen | 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"
]
} | |