FreshService Usability Upgrader

This extension provides extra functionality to the freshservice support pages.

Apa itu FreshService Usability Upgrader?

FreshService Usability Upgrader adalah ekstensi Chrome yang dikembangkan oleh josh.doades, dan fitur utamanya adalah "This extension provides extra functionality to the freshservice support pages.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi FreshService Usability Upgrader

Unduh file ekstensi FreshService Usability Upgrader dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama FreshService Usability Upgrader FreshService Usability Upgrader
ID balaaohckebjfjbhblhpeopfcmapaiod
URL Resmi https://chromewebstore.google.com/detail/freshservice-usability-up/balaaohckebjfjbhblhpeopfcmapaiod
Deskripsi This extension provides extra functionality to the freshservice support pages.
Ukuran File 29.49 KB
Jumlah Instalasi 60
Versi Saat Ini 0.2
Terakhir Diperbarui 2020-08-11
Tanggal Publikasi 2020-05-21
Penilaian 4.50/5 Total 2 Penilaian
Pengembang josh.doades
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/jashdoadeless/FreshServiceUsabilityUpgrader
URL Halaman Bantuan https://github.com/jashdoadeless/FreshServiceUsabilityUpgrader/issues
Bahasa yang Didukung 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"
            ]
        }
    ]
}