Zoho Project UI Tweaks
Makes a number of modifications to the Zoho Project interface.
Was ist Zoho Project UI Tweaks?
Zoho Project UI Tweaks ist eine Chrome-Erweiterung, die von smhmic entwickelt wurde, und ihr Hauptmerkmal ist "Makes a number of modifications to the Zoho Project interface.".
Zoho Project UI Tweaks-Erweiterungs-CRX-Datei herunterladen
Laden Sie Zoho Project UI Tweaks-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Toggle custom styles on/off using the star icon in the top-right. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | hhefdknnhoeefmeijhocegjjfgleoeje |
| Offizielle URL | https://chrome.google.com/webstore/detail/hhefdknnhoeefmeijhocegjjfgleoeje |
| Beschreibung | Makes a number of modifications to the Zoho Project interface. |
| Dateigröße | 36.52 KB |
| Installationsanzahl | 65 |
| Aktuelle Version | 0.1.1 |
| Letztes Update | 2017-11-20 |
| Veröffentlichungsdatum | 2017-11-20 |
| Entwickler | smhmic |
| Zahlungsart | free |
| Unterstützte Sprachen | 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
} | |