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.」です。
拡張機能のスクリーンショット
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.                     拡張機能の基本情報
| 名前 |   |  
| 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 | 
| Eメール | [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'"
}  |  |