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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This tool provides a GUI for creating and viewing Salesforce Marketing Cloud Transactional API Send Definitions."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SFMC Transactional API GUI एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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