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
拡張機能の基本情報
名前 | 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" ] } |