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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 SFMC Easy DE Creater SFMC Easy DE Creater
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"
    ]
}