InfoPath word-wrap fixer

Fix the soft word-wrap not working in InfoPath for SharePoint Sites.

InfoPath word-wrap fixer क्या है?

InfoPath word-wrap fixer Ateny द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fix the soft word-wrap not working in InfoPath for SharePoint Sites."।

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

screenshot

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

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

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

                        Several SharePoint Sites using InfoPath forms do not support word-wrap for (HTML) text area elements. There are workarounds which require modifying style sheets (CSS) for each SharePoint Site. These workarounds need to be applied on a site-by-site basis, and they are not supported by some newer SharePoint Sites.

This extension bypasses the problem and directly applies the fix to the text areas in all SharePoint Sites that are sub-domains of sharepoint.com.

Available also for Firefox at https://addons.mozilla.org/en-GB/firefox/addon/infopath-word-wrap-fixer/.

If you need to fix area text elements in any websites, see https://chrome.google.com/webstore/detail/cmiebacajlhfnfdofcflofoaaikdbpbc.                    

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

नाम InfoPath word-wrap fixer InfoPath word-wrap fixer
ID kmmnemafkbgbnbnbdephhieibeeihfdl
आधिकारिक URL https://chromewebstore.google.com/detail/infopath-word-wrap-fixer/kmmnemafkbgbnbnbdephhieibeeihfdl
विवरण Fix the soft word-wrap not working in InfoPath for SharePoint Sites.
फ़ाइल का आकार 4.83 KB
स्थापना संख्या 5,069
वर्तमान संस्करण 3.0
अंतिम अपडेट 2023-12-05
प्रकाशन तिथि 2020-05-03
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर Ateny
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.0",
    "manifest_version": 3,
    "name": "InfoPath word-wrap fixer",
    "description": "Fix the soft word-wrap not working in InfoPath for SharePoint Sites.",
    "author": "Simone Frassanito",
    "icons": {
        "128": "favicon.png"
    },
    "host_permissions": [
        "*:\/\/*.sharepoint.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.sharepoint.com\/*"
            ],
            "css": [
                "fix.css"
            ],
            "all_frames": true
        }
    ]
}