InfoPath word-wrap fixer

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

Τι είναι το InfoPath word-wrap fixer;

Το InfoPath word-wrap fixer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Ateny, και η κύρια λειτουργία του είναι "Fix the soft word-wrap not working in InfoPath for SharePoint Sites.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης InfoPath word-wrap fixer

Λήψη αρχείων επέκτασης InfoPath word-wrap fixer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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
        }
    ]
}