Zoho Project UI Tweaks

Makes a number of modifications to the Zoho Project interface.

Zoho Project UI Tweaks क्या है?

Zoho Project UI Tweaks smhmic द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Makes a number of modifications to the Zoho Project interface."।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Zoho Project UI Tweaks एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Zoho Project UI Tweaks Zoho Project UI Tweaks
ID hhefdknnhoeefmeijhocegjjfgleoeje
आधिकारिक URL https://chrome.google.com/webstore/detail/hhefdknnhoeefmeijhocegjjfgleoeje
विवरण Makes a number of modifications to the Zoho Project interface.
फ़ाइल का आकार 36.52 KB
स्थापना संख्या 65
वर्तमान संस्करण 0.1.1
अंतिम अपडेट 2017-11-20
प्रकाशन तिथि 2017-11-20
डेवलपर smhmic
भुगतान के प्रकार free
समर्थित भाषाएँ 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
}