FreshService Usability Upgrader
This extension provides extra functionality to the freshservice support pages.
Co to jest FreshService Usability Upgrader?
FreshService Usability Upgrader to rozszerzenie Chrome opracowane przez josh.doades, a jego główną funkcją jest „This extension provides extra functionality to the freshservice support pages.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia FreshService Usability Upgrader
Pobierz pliki rozszerzeń FreshService Usability Upgrader w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This extension provides extra functionality to the freshservice support pages. Tickets will now be highlighted across the whole row. And the tickets page will now auto refresh! See the code & updates here https://github.com/jashdoadeless/FreshServiceUsabilityUpgrader
Podstawowe informacje o rozszerzeniu
Nazwa | FreshService Usability Upgrader |
ID | balaaohckebjfjbhblhpeopfcmapaiod |
Oficjalny URL | https://chromewebstore.google.com/detail/freshservice-usability-up/balaaohckebjfjbhblhpeopfcmapaiod |
Opis | This extension provides extra functionality to the freshservice support pages. |
Rozmiar pliku | 29.49 KB |
Liczba instalacji | 60 |
Aktualna Wersja | 0.2 |
Ostatnia Aktualizacja | 2020-08-11 |
Data Publikacji | 2020-05-21 |
Ocena | 4.50/5 Łącznie 2 Oceny |
Deweloper | josh.doades |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/jashdoadeless/FreshServiceUsabilityUpgrader |
Adres URL Strony Pomocy | https://github.com/jashdoadeless/FreshServiceUsabilityUpgrader/issues |
Obsługiwane Języki | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FreshService Usability Upgrader", "version": "0.2", "description": "This extension provides extra functionality to the freshservice support pages.", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/*.freshservice.com\/*" ], "js": [ "contentScript.js" ] } ] } |