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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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'"
}