SFMC Easy DE Creater

SFMC Easy DE Creater

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

Merlin
Additional files are visible only to premium users

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"
  ]
}