FreshService Ticket Tools
This plugin has several useful tools for Agents when working with FreshService Tickets.
FreshService Ticket Tools là gì?
FreshService Ticket Tools là một tiện ích mở rộng Chrome được phát triển bởi NWDigital, và tính năng chính của nó là "This plugin has several useful tools for Agents when working with FreshService Tickets.".
Ả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 FreshService Ticket Tools
Tải xuống các tệp mở rộng FreshService Ticket Tools 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
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | FreshService Ticket Tools |
ID | inblhlmdngjhhfkakphnephlibabnchf |
URL Chính Thức | https://chromewebstore.google.com/detail/freshservice-ticket-tools/inblhlmdngjhhfkakphnephlibabnchf |
Mô tả | This plugin has several useful tools for Agents when working with FreshService Tickets. |
Kích Thước Tệp | 10.48 KB |
Số Lần Cài Đặt | 84 |
Phiên Bản Hiện Tại | 1.0.6 |
Cập Nhật Lần Cuối | 2023-06-15 |
Ngày Phát Hành | 2022-05-07 |
Nhà Phát Triển | NWDigital |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |