SFMC Easy DE Creater

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

SFMC Easy DE Creater là gì?

SFMC Easy DE Creater là một tiện ích mở rộng Chrome được phát triển bởi Kyoichiro, và tính năng chính của nó là "Makes it possible to define a field of Data Extention from the definition of Excel Data".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng SFMC Easy DE Creater

Tải xuống các tệp mở rộng SFMC Easy DE Creater dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SFMC Easy DE Creater SFMC Easy DE Creater
ID imegapimboblpaakjhcnegbdonflncdk
URL Chính Thức https://chromewebstore.google.com/detail/sfmc-easy-de-creater/imegapimboblpaakjhcnegbdonflncdk
Mô tả Makes it possible to define a field of Data Extention from the definition of Excel Data
Kích Thước Tệp 3.96 KB
Số Lần Cài Đặt 88
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2016-02-17
Ngày Phát Hành 2016-02-16
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Kyoichiro
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/tatky/SFMC_Easy_DE_Creater
URL Trang Trợ Giúp https://github.com/tatky/SFMC_Easy_DE_Creater/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}