Zoho Project UI Tweaks
Makes a number of modifications to the Zoho Project interface.
Qu'est-ce que Zoho Project UI Tweaks ?
Zoho Project UI Tweaks est une extension Chrome développée par smhmic, et sa fonction principale est "Makes a number of modifications to the Zoho Project interface.".
Télécharger le fichier CRX de l'extension Zoho Project UI Tweaks
Téléchargez les fichiers d'extension Zoho Project UI Tweaks au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Toggle custom styles on/off using the star icon in the top-right. Informations de Base sur l'Extension
| Nom | |
| ID | hhefdknnhoeefmeijhocegjjfgleoeje |
| URL Officiel | https://chrome.google.com/webstore/detail/hhefdknnhoeefmeijhocegjjfgleoeje |
| Description | Makes a number of modifications to the Zoho Project interface. |
| Taille du Fichier | 36.52 KB |
| Nombre d'Installations | 65 |
| Version Actuelle | 0.1.1 |
| Dernière Mise à Jour | 2017-11-20 |
| Date de Publication | 2017-11-20 |
| Développeur | smhmic |
| Type de Paiement | free |
| Langues Prises en Charge | 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
} | |