SFMC Transactional API GUI
This tool provides a GUI for creating and viewing Salesforce Marketing Cloud Transactional API Send Definitions.
SFMC Transactional API GUI là gì?
SFMC Transactional API GUI là một tiện ích mở rộng Chrome được phát triển bởi SFMC Innovators, và tính năng chính của nó là "This tool provides a GUI for creating and viewing Salesforce Marketing Cloud Transactional API Send Definitions.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng SFMC Transactional API GUI
Tải xuống các tệp mở rộng SFMC Transactional API GUI dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | SFMC Transactional API GUI |
ID | hgnpnninmcjjnigajajkajhocoegfckk |
URL Chính Thức | https://chromewebstore.google.com/detail/sfmc-transactional-api-gu/hgnpnninmcjjnigajajkajhocoegfckk |
Mô tả | This tool provides a GUI for creating and viewing Salesforce Marketing Cloud Transactional API Send Definitions. |
Kích Thước Tệp | 188 KB |
Số Lần Cài Đặt | 263 |
Phiên Bản Hiện Tại | 0.0.3 |
Cập Nhật Lần Cuối | 2020-08-05 |
Ngày Phát Hành | 2020-07-21 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | SFMC Innovators |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |