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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kyoichiro และคุณลักษณะหลักของมันคือ "Makes it possible to define a field of Data Extention from the definition of Excel Data"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SFMC Easy DE Creater
ดาวน์โหลดไฟล์ส่วนขยาย 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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 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" ] } |