Zoho Project UI Tweaks
Makes a number of modifications to the Zoho Project interface.
Wat is Zoho Project UI Tweaks?
Zoho Project UI Tweaks is een Chrome-extensie ontwikkeld door smhmic, en de belangrijkste functie is "Makes a number of modifications to the Zoho Project interface.".
Download het CRX-bestand van de extensie Zoho Project UI Tweaks
Download Zoho Project UI Tweaks-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Toggle custom styles on/off using the star icon in the top-right. Basisinformatie over de Extensie
| Naam | |
| ID | hhefdknnhoeefmeijhocegjjfgleoeje |
| Officiële URL | https://chrome.google.com/webstore/detail/hhefdknnhoeefmeijhocegjjfgleoeje |
| Beschrijving | Makes a number of modifications to the Zoho Project interface. |
| Bestandsgrootte | 36.52 KB |
| Aantal Installaties | 65 |
| Huidige Versie | 0.1.1 |
| Laatst Bijgewerkt | 2017-11-20 |
| Publicatiedatum | 2017-11-20 |
| Ontwikkelaar | smhmic |
| Betalingswijze | free |
| Ondersteunde Talen | 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
} | |