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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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'" } |