SFMC Easy DE Creater
Makes it possible to define a field of Data Extention from the definition of Excel Data
什么是SFMC Easy DE Creater?
SFMC Easy DE Creater是由Kyoichiro开发的Chrome扩展程序,该扩展的主要功能是“Makes it possible to define a field of Data Extention from the definition of Excel Data”。
扩展截图
下载SFMC Easy DE Creater扩展crx文件
下载SFMC Easy DE Creater扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| ID | imegapimboblpaakjhcnegbdonflncdk |
| 官方URL | https://chromewebstore.google.com/detail/sfmc-easy-de-creater/imegapimboblpaakjhcnegbdonflncdk |
| 简介 | Makes it possible to define a field of Data Extention from the definition of Excel Data |
| 文件大小 | 3.96 KB |
| 安装次数 | 88 |
| 当前版本 | 1.1 |
| 更新时间 | 2016-02-17 |
| 上架时间 | 2016-02-16 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | Kyoichiro |
| 付费类型 | free |
| 扩展官网 | https://github.com/tatky/SFMC_Easy_DE_Creater |
| 帮助页面URL | https://github.com/tatky/SFMC_Easy_DE_Creater/issues |
| 支持的语言 | 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"
]
} | |