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 |
公式URL | 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 |
Eメール | [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" ] } ] } |