Smartling GDN String Status

Allows you to see all of the strings that are currently live on a page when using Smartlings GDN proxy to translate your website.…

Τι είναι το Smartling GDN String Status;

Το Smartling GDN String Status είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον szapata427, και η κύρια λειτουργία του είναι "Allows you to see all of the strings that are currently live on a page when using Smartlings GDN proxy to translate your website.…".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Smartling GDN String Status

Λήψη αρχείων επέκτασης Smartling GDN String Status σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Allows you to see all of the strings that are currently live on a page when using Smartlings GDN proxy to translate your website. Smartling is a translation/localization technology company. This will help many clients easily be able to identify the translation status of a string for each page in which they are using Smartlings GDN proxy. It will also allow them to directly visit the string in the Smartling dashboard to make any changes needed on the spot. This is extension must be used in ?smartling_editmode=1 within the Url.

 E.g. https://smartling.com?smartling_editmode=1                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Smartling GDN String Status Smartling GDN String Status
ID pldeonkmadphhlmimajjapkloalcmmef
Επίσημο URL https://chromewebstore.google.com/detail/smartling-gdn-string-stat/pldeonkmadphhlmimajjapkloalcmmef
Περιγραφή Allows you to see all of the strings that are currently live on a page when using Smartlings GDN proxy to translate your website.…
Μέγεθος Αρχείου 56.77 KB
Αριθμός Εγκαταστάσεων 83
Τρέχουσα Έκδοση 4.3
Τελευταία Ενημέρωση 2023-09-26
Ημερομηνία Δημοσίευσης 2021-03-15
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής szapata427
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Smartling GDN String Status",
    "version": "4.3",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-3.4.1.min.js",
                "content.js",
                "extensionStyles.css",
                "popup.js"
            ]
        }
    ],
    "action": {
        "default_icon": "smartling.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; script-src 'self'; style-src 'self' https:\/\/fonts.googleapis.com 'unsafe-inline'; font-src 'self' data: https:\/\/fonts.gstatic.com; img-src 'self' data:;"
    },
    "background": {
        "service_worker": "background.js",
        "worker_ui": "popup.html"
    }
}