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 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.…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Smartling GDN String Status एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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" } } |