Skip to content

The Metorik app for Freshdesk. See branches for versions.

Notifications You must be signed in to change notification settings

metorikhq/freshdesk-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Your First App

Congratulations on creating your first app! Feel free to replace this text with your app's actual description.

Folder structure explained

.
├── README.md                  This file
├── app                        Contains the files that are required for the front end component of the app
│   ├── app.js                 JS to render the dynamic portions of the app
│   ├── icon.svg               Sidebar icon SVG file. Should have a resolution of 64x64px.
│   ├── freshdesk_logo.png     The Freshdesk logo that is displayed in the app
│   ├── style.css              Style sheet for the app
│   ├── template.html          Contains the HTML required for the app’s UI
├── config                     Contains the installation parameters and OAuth configuration
│   ├── iparams.json           Contains the parameters that will be collected during installation
│   └── iparam_test_data.json  Contains sample Iparam values that will used during testing
└── manifest.json              Contains app meta data and configuration information

About

The Metorik app for Freshdesk. See branches for versions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published