SFMC Transactional API GUI

This tool provides a GUI for creating and viewing Salesforce Marketing Cloud Transactional API Send Definitions.

什么是SFMC Transactional API GUI?

SFMC Transactional API GUI是由SFMC Innovators开发的Chrome扩展程序,该扩展的主要功能是“This tool provides a GUI for creating and viewing Salesforce Marketing Cloud Transactional API Send Definitions.”。

扩展截图

screenshot
screenshot
screenshot

下载SFMC Transactional API GUI扩展crx文件

下载SFMC Transactional API GUI扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        The transaction api feature from Salesforce Marketing Cloud is a very powerful feature. However, due to lack of User Interface to creating and editing send definitions can become a daunting task for many. 
This tool provides an easy to use GUI for creating and viewing Salesforce Marketing Cloud Transactional API Send Definitions.                    

扩展基本信息

名称 SFMC Transactional API GUI SFMC Transactional API GUI
ID hgnpnninmcjjnigajajkajhocoegfckk
官方URL https://chromewebstore.google.com/detail/sfmc-transactional-api-gu/hgnpnninmcjjnigajajkajhocoegfckk
简介 This tool provides a GUI for creating and viewing Salesforce Marketing Cloud Transactional API Send Definitions.
文件大小 188 KB
安装次数 263
当前版本 0.0.3
更新时间 2020-08-05
上架时间 2020-07-21
评分 5.00/5 共2次评分
开发者 SFMC Innovators
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SFMC Transactional API GUI",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "This tool provides a GUI for creating and viewing Salesforce Marketing Cloud Transactional API Send Definitions.",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "permissions": [
        "tabs",
        "*:\/\/*.exacttarget.com\/*",
        "*:\/\/*.exacttargetapis.com\/*",
        "*:\/\/*.marketingcloudapis.com\/*"
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "SFMC Transaction API GUI",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}