Zoho Project UI Tweaks
Makes a number of modifications to the Zoho Project interface.
Cos'è Zoho Project UI Tweaks?
Zoho Project UI Tweaks è un'estensione di Chrome sviluppata da smhmic, e la sua funzione principale è "Makes a number of modifications to the Zoho Project interface.".
Scarica il file CRX dell'estensione Zoho Project UI Tweaks
Scarica i file di estensione Zoho Project UI Tweaks in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Toggle custom styles on/off using the star icon in the top-right.
Informazioni di Base sull'Estensione
Nome | |
ID | hhefdknnhoeefmeijhocegjjfgleoeje |
URL Ufficiale | https://chrome.google.com/webstore/detail/hhefdknnhoeefmeijhocegjjfgleoeje |
Descrizione | Makes a number of modifications to the Zoho Project interface. |
Dimensione del File | 36.52 KB |
Conteggio Installazioni | 65 |
Versione Corrente | 0.1.1 |
Ultimo Aggiornamento | 2017-11-20 |
Data di Pubblicazione | 2017-11-20 |
Sviluppatore | smhmic |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |