FreshService Usability Upgrader
This extension provides extra functionality to the freshservice support pages.
什麼是FreshService Usability Upgrader?
FreshService Usability Upgrader是由josh.doades開發的Chrome擴展程式,該擴展的主要功能是“This extension provides extra functionality to the freshservice support pages.”。
擴展截圖
下載FreshService Usability Upgrader擴展crx文件
下載FreshService Usability Upgrader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | FreshService Usability Upgrader |
ID | balaaohckebjfjbhblhpeopfcmapaiod |
官方網址 | https://chromewebstore.google.com/detail/freshservice-usability-up/balaaohckebjfjbhblhpeopfcmapaiod |
簡介 | This extension provides extra functionality to the freshservice support pages. |
檔案大小 | 29.49 KB |
安裝次數 | 60 |
目前版本 | 0.2 |
更新時間 | 2020-08-11 |
上架時間 | 2020-05-21 |
評分 | 4.50/5 共 2 次評分 |
開發者 | josh.doades |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/jashdoadeless/FreshServiceUsabilityUpgrader |
說明頁面URL | https://github.com/jashdoadeless/FreshServiceUsabilityUpgrader/issues |
支援的語言 | 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" ] } ] } |