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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Makes it possible to define a field of Data Extention from the definition of Excel Data"।

एक्सटेंशन स्क्रीनशॉट्स

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SFMC Easy DE Creater एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}