FreshService Usability Upgrader

This extension provides extra functionality to the freshservice support pages.

FreshService Usability Upgrader là gì?

FreshService Usability Upgrader là một tiện ích mở rộng Chrome được phát triển bởi josh.doades, và tính năng chính của nó là "This extension provides extra functionality to the freshservice support pages.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng FreshService Usability Upgrader

Tải xuống các tệp mở rộng FreshService Usability Upgrader 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

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên FreshService Usability Upgrader FreshService Usability Upgrader
ID balaaohckebjfjbhblhpeopfcmapaiod
URL Chính Thức https://chromewebstore.google.com/detail/freshservice-usability-up/balaaohckebjfjbhblhpeopfcmapaiod
Mô tả This extension provides extra functionality to the freshservice support pages.
Kích Thước Tệp 29.49 KB
Số Lần Cài Đặt 60
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2020-08-11
Ngày Phát Hành 2020-05-21
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển josh.doades
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/jashdoadeless/FreshServiceUsabilityUpgrader
URL Trang Trợ Giúp https://github.com/jashdoadeless/FreshServiceUsabilityUpgrader/issues
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}