Zoho Project UI Tweaks

Makes a number of modifications to the Zoho Project interface.

What is Zoho Project UI Tweaks?

Zoho Project UI Tweaks is a Chrome extension developed by smhmic, and its main feature is "Makes a number of modifications to the Zoho Project interface.".

Download Zoho Project UI Tweaks Extension CRX File

Download Zoho Project UI Tweaks extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Toggle custom styles on/off using the star icon in the top-right.                    

Extension Basic Information

Name Zoho Project UI Tweaks Zoho Project UI Tweaks
ID hhefdknnhoeefmeijhocegjjfgleoeje
Official URL https://chrome.google.com/webstore/detail/hhefdknnhoeefmeijhocegjjfgleoeje
Description Makes a number of modifications to the Zoho Project interface.
File Size 36.52 KB
Installation Count 65
Current Version 0.1.1
Last Updated 2017-11-20
Publish Date 2017-11-20
Developer smhmic
Payment Type free
Supported Languages 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
}