Zoho CRM DevTool

Enhance Zoho CRM development environment with interface improvements and features

Zoho CRM DevTool क्या है?

Zoho CRM DevTool ZSetup द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enhance Zoho CRM development environment with interface improvements and features"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Zoho CRM DevTool transforms your default Zoho CRM Deluge Function Editor into a professional coding environment. Whether you're a seasoned developer or just starting out, our extension offers a suite of features designed to improve your coding experience.

✪ Font Customization
Adjust font size, weight, italics, and line height to your preference.

✪ Editor Styles
Choose from a wide selection of handpicked themes, making your coding sessions visually appealing.

✪ Code Enhancements
Experience the beauty of code ligatures, helpful indent guides, and vibrant syntax highlighting.

✪ Improved Navigation
With movable buttons and a modernized interface, navigate through your code seamlessly.

GitHub: https://github.com/Neilord/Zoho-CRM-DevTool
Donate: https://ko-fi.com/zohocrmdevtool                    

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

नाम Zoho CRM DevTool Zoho CRM DevTool
ID mjcppmfgjpllmmoneiaegecjlcpbfgmi
आधिकारिक URL https://chromewebstore.google.com/detail/zoho-crm-devtool/mjcppmfgjpllmmoneiaegecjlcpbfgmi
विवरण Enhance Zoho CRM development environment with interface improvements and features
फ़ाइल का आकार 7.1 MB
स्थापना संख्या 59
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2023-10-17
प्रकाशन तिथि 2023-09-28
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर ZSetup
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Zoho CRM DevTool",
    "version": "1.0.1",
    "description": "Enhance Zoho CRM development environment with interface improvements and features",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_title": "Zoho CRM DevTool",
        "default_popup": "scripts\/popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/crm.zoho.com\/*",
                "https:\/\/crm.zoho.au\/*",
                "https:\/\/crm.zoho.eu\/*",
                "https:\/\/crm.zoho.com.au\/*",
                "https:\/\/crm.zoho.com.cn\/*",
                "https:\/\/crm.zoho.jp\/*",
                "https:\/\/crm.zoho.in\/*",
                "https:\/\/crm.zohoportal.com\/*",
                "https:\/\/crm.zohoportal.au\/*",
                "https:\/\/crm.zohoportal.eu\/*",
                "https:\/\/crm.zohoportal.com.au\/*",
                "https:\/\/crm.zohoportal.com.cn\/*",
                "https:\/\/crm.zohoportal.jp\/*",
                "https:\/\/crm.zohoportal.in\/*",
                "https:\/\/*.zohoportal.com\/*",
                "https:\/\/*.zohoportal.au\/*",
                "https:\/\/*.zohoportal.eu\/*",
                "https:\/\/*.zohoportal.com.au\/*",
                "https:\/\/*.zohoportal.com.cn\/*",
                "https:\/\/*.zohoportal.jp\/*",
                "https:\/\/*.zohoportal.in\/*"
            ],
            "js": [
                "scripts\/base\/utilities.js",
                "scripts\/functions-editor\/functions-editor.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/crm.zoho.com\/*",
                "https:\/\/crm.zoho.au\/*",
                "https:\/\/crm.zoho.eu\/*",
                "https:\/\/crm.zoho.com.au\/*",
                "https:\/\/crm.zoho.com.cn\/*",
                "https:\/\/crm.zoho.jp\/*",
                "https:\/\/crm.zoho.in\/*",
                "https:\/\/crm.zohoportal.com\/*",
                "https:\/\/crm.zohoportal.au\/*",
                "https:\/\/crm.zohoportal.eu\/*",
                "https:\/\/crm.zohoportal.com.au\/*",
                "https:\/\/crm.zohoportal.com.cn\/*",
                "https:\/\/crm.zohoportal.jp\/*",
                "https:\/\/crm.zohoportal.in\/*",
                "https:\/\/*.zohoportal.com\/*",
                "https:\/\/*.zohoportal.au\/*",
                "https:\/\/*.zohoportal.eu\/*",
                "https:\/\/*.zohoportal.com.au\/*",
                "https:\/\/*.zohoportal.com.cn\/*",
                "https:\/\/*.zohoportal.jp\/*",
                "https:\/\/*.zohoportal.in\/*"
            ],
            "resources": [
                "scripts\/*",
                "fonts\/*"
            ]
        }
    ]
}