ClickUp RTL

Add RTL support to ClickUp.

ClickUp RTL क्या है?

ClickUp RTL https://arzdigital.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add RTL support to ClickUp."।

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

screenshot

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

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

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

                        Transform your ClickUp experience with seamless Right-to-Left (RTL) language support. "Add RTL Support to ClickUp" is a tailor-made Chrome extension designed to enhance usability for RTL language users. This extension intelligently integrates with ClickUp, one of the leading project management tools, to provide a more accessible and user-friendly interface for speakers of Arabic, Hebrew, Persian, Urdu, and other RTL languages.

Key Features:

Automatic RTL Adjustment: Automatically detects and adjusts text direction to RTL in ClickUp, ensuring optimal readability and ease of use.
Seamless Integration: Works quietly in the background, integrating smoothly with ClickUp's interface without disrupting your workflow.
User-Friendly Interface: Enjoy a natural and intuitive text alignment and direction, making your project management tasks more efficient and less stressful.
Customized Experience: Tailor your ClickUp experience to suit your language preferences, boosting productivity and focus.
Simple Activation: Just install the extension, and it does the rest – no complex settings or configurations needed.
Whether you're managing complex projects, tracking tasks, or collaborating with a diverse team, "Add RTL Support to ClickUp" ensures that your language preferences are no longer a barrier. Experience ClickUp like never before – in a way that suits your language needs and preferences.

Why Choose This Extension?

Developed with a deep understanding of the challenges faced by RTL language users, this extension is more than just a tool – it's a solution to enhance your daily project management experience. With a focus on simplicity, efficiency, and user satisfaction, "Add RTL Support to ClickUp" stands out as an essential add-on for any RTL language professional using ClickUp.

Get Started Now!

Elevate your ClickUp experience. Install "Add RTL Support to ClickUp" today and embrace a more inclusive, productive, and user-friendly project management environment.                    

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

नाम ClickUp RTL ClickUp RTL
ID opplcihoafaikfcpnikidknabpgocpoo
आधिकारिक URL https://chromewebstore.google.com/detail/clickup-rtl/opplcihoafaikfcpnikidknabpgocpoo
विवरण Add RTL support to ClickUp.
फ़ाइल का आकार 18.96 KB
स्थापना संख्या 68
वर्तमान संस्करण 1.1
अंतिम अपडेट 2023-11-28
प्रकाशन तिथि 2023-11-27
रेटिंग 5.00/5 कुल 8 रेटिंग्स
डेवलपर https://arzdigital.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ fa
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ClickUp RTL",
    "version": "1.1",
    "description": "Add RTL support to ClickUp.",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "128": "icon128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqCfBddm2p56eIVE7bZyYzMZ\/nX1ntYoVbBOCzfUJoJHcOhzr8LqkY5Tu\/ac2TyWq0LoJmX4Yd8r61TOMwrlNS3ALYwWIJU\/sesWeQbvmCRkufeMLE8MPyAhSJjnZcF5qjIkPuV40HBULTqoCBA+CSVRVT\/i5dyCzWMb0C1eWmTgLaFt+zLdmkJPzEADF4Y83cTwgSCbMk75HvPxq\/7TU2S\/e2s4\/\/FIApobWb+NAGcCzTjF\/OSmzABQ8SIpuTjWZrzyUlgZNUWiEKXh\/aSwHiFHjFpGagomB77zmpAD0T7ashM\/O+yrr6zNX3HurctiE\/eH8ul+CNgS2lCMVhjELWwIDAQAB",
    "host_permissions": [
        "*:\/\/app.clickup.com\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "style.css"
            ],
            "matches": [
                "https:\/\/app.clickup.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.clickup.com\/*"
            ],
            "js": [
                "script.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_idle"
        }
    ]
}