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.”。

扩展截图

screenshot

下载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 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
电子邮箱 [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"
            ]
        }
    ]
}