FreshService Ticket Tools
This plugin has several useful tools for Agents when working with FreshService Tickets.
Что такое FreshService Ticket Tools?
FreshService Ticket Tools - это расширение Chrome, разработанное NWDigital, и его основная функция - "This plugin has several useful tools for Agents when working with FreshService Tickets.".
Снимки экрана расширения
Скачать файл CRX расширения FreshService Ticket Tools
Скачайте файлы расширений FreshService Ticket Tools в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Adds ability to add a note, reply, forward, add time and start the timer while viewing a FreshService ticket. Also includes links to your portal specific url for creating new tickets, service requests and going to your FreshService Dashboard! Основная информация о расширении
| Название | |
| ID | inblhlmdngjhhfkakphnephlibabnchf |
| Официальный URL | https://chromewebstore.google.com/detail/freshservice-ticket-tools/inblhlmdngjhhfkakphnephlibabnchf |
| Описание | This plugin has several useful tools for Agents when working with FreshService Tickets. |
| Размер файла | 10.48 KB |
| Количество установок | 84 |
| Текущая Версия | 1.0.6 |
| Последнее Обновление | 2023-06-15 |
| Дата публикации | 2022-05-07 |
| Разработчик | NWDigital |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "FreshService Ticket Tools",
"description": "This plugin has several useful tools for Agents when working with FreshService Tickets.",
"version": "1.0.6",
"manifest_version": 3,
"options_page": "options.html",
"icons": {
"128": "freshservice.png"
},
"permissions": [
"activeTab",
"scripting",
"storage",
"tabs"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"action": {
"default_popup": "popup.html"
},
"background": {
"service_worker": "background.js"
}
} | |