Zoho Project UI Tweaks
Makes a number of modifications to the Zoho Project interface.
Apa itu Zoho Project UI Tweaks?
Zoho Project UI Tweaks adalah ekstensi Chrome yang dikembangkan oleh smhmic, dan fitur utamanya adalah "Makes a number of modifications to the Zoho Project interface.".
Unduh Berkas CRX Ekstensi Zoho Project UI Tweaks
Unduh file ekstensi Zoho Project UI Tweaks 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
Toggle custom styles on/off using the star icon in the top-right.
Informasi Dasar Ekstensi
Nama | |
ID | hhefdknnhoeefmeijhocegjjfgleoeje |
URL Resmi | https://chrome.google.com/webstore/detail/hhefdknnhoeefmeijhocegjjfgleoeje |
Deskripsi | Makes a number of modifications to the Zoho Project interface. |
Ukuran File | 36.52 KB |
Jumlah Instalasi | 65 |
Versi Saat Ini | 0.1.1 |
Terakhir Diperbarui | 2017-11-20 |
Tanggal Publikasi | 2017-11-20 |
Pengembang | smhmic |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "version": "0.1.1", "name": "__MSG_extension_name__", "description": "__MSG_extension_description__", "default_locale": "en", "permissions": [ "tabs", "*:\/\/projects.zoho.com\/portal\/*" ], "content_scripts": [ { "all_frames": true, "js": [ "content.js" ], "matches": [ "*:\/\/projects.zoho.com\/portal\/*" ], "run_at": "document_end" } ], "web_accessible_resources": [ "pfx.zoho.js" ], "icons": { "128": "images\/128x128.png", "64": "images\/64x64.png", "48": "images\/48x48.png", "16": "images\/16x16.png" }, "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2 } |