DAS - Language Localizer
This extension is designed to support translation of web-based platforms.
DAS - Language Localizerคืออะไร?
DAS - Language Localizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย erpsim.baton และคุณลักษณะหลักของมันคือ "This extension is designed to support translation of web-based platforms."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DAS - Language Localizer
ดาวน์โหลดไฟล์ส่วนขยาย DAS - Language Localizer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension is designed to be used with Baton Simulations's Digital Adoption Solution (DAS) for SAP Ariba. FEATURES -Translation: On-the-fly translation for an international audience.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | DAS - Language Localizer |
ID | gfpcmomabagfmkjjipiefeiembppopia |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/das-language-localizer/gfpcmomabagfmkjjipiefeiembppopia |
คำอธิบาย | This extension is designed to support translation of web-based platforms. |
ขนาดไฟล์ | 91.36 KB |
จำนวนการติดตั้ง | 224 |
เวอร์ชันปัจจุบัน | 2110.3 |
อัปเดตครั้งล่าสุด | 2021-10-16 |
วันที่เผยแพร่ | 2020-06-25 |
ผู้พัฒนา | erpsim.baton |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DAS - Language Localizer", "author": "Baton Simulations Inc.", "version": "2110.3", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This extension is designed to support translation of web-based platforms.", "homepage_url": "http:\/\/www.batonsimulations.com", "background": { "scripts": [ "background-script.js" ] }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_start", "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ], "icons": { "48": "baton.png" }, "browser_action": { "default_icon": "DAS_Logo_Triangle.png", "default_title": "Digital Acceleration Solution - Language Localizer" }, "permissions": [ "activeTab", "webRequest", "webRequestBlocking", "storage", "*:\/\/*.ariba.com\/", "*:\/\/*.netsuite.com\/", "*:\/\/*.cfapps.sap.hana.ondemand.com\/", "*:\/\/*.rsa.global\/", "*:\/\/*.batonsimulations.com\/", "*:\/\/*\/otcs\/cs.exe\/" ], "web_accessible_resources": [ "baton.png" ] } |