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 هو إضافة Chrome تم تطويرها بواسطة SFMC Innovators، والميزة الرئيسية لها هي "This tool provides a GUI for creating and viewing Salesforce Marketing Cloud Transactional API Send Definitions.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة SFMC Transactional API GUI

قم بتنزيل ملفات الامتداد SFMC Transactional API GUI بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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'"
}