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 là gì?
Smartling GDN String Status là một tiện ích mở rộng Chrome được phát triển bởi szapata427, và tính năng chính của nó là "Allows you to see all of the strings that are currently live on a page when using Smartlings GDN proxy to translate your website.…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Smartling GDN String Status
Tải xuống các tệp mở rộng Smartling GDN String Status dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Smartling GDN String Status |
ID | pldeonkmadphhlmimajjapkloalcmmef |
URL Chính Thức | https://chromewebstore.google.com/detail/smartling-gdn-string-stat/pldeonkmadphhlmimajjapkloalcmmef |
Mô tả | Allows you to see all of the strings that are currently live on a page when using Smartlings GDN proxy to translate your website.… |
Kích Thước Tệp | 56.77 KB |
Số Lần Cài Đặt | 83 |
Phiên Bản Hiện Tại | 4.3 |
Cập Nhật Lần Cuối | 2023-09-26 |
Ngày Phát Hành | 2021-03-15 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | szapata427 |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |