GlobalLink Snapshot
GlobalLink Snapshot for Web Pages
GlobalLink Snapshotคืออะไร?
GlobalLink Snapshot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย TransPerfect และคุณลักษณะหลักของมันคือ "GlobalLink Snapshot for Web Pages"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GlobalLink Snapshot
ดาวน์โหลดไฟล์ส่วนขยาย GlobalLink Snapshot ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
For GlobalLink Users with OneLink accounts. Login with your User Key from your OneLink account. Take snapshots of your web pages that are part of your OneLink Project origin.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | lhmjhaaccihmkogdabeldmipjhecldlm |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/globallink-snapshot/lhmjhaaccihmkogdabeldmipjhecldlm |
คำอธิบาย | GlobalLink Snapshot for Web Pages |
ขนาดไฟล์ | 75.26 KB |
จำนวนการติดตั้ง | 25 |
เวอร์ชันปัจจุบัน | 2.3.10 |
อัปเดตครั้งล่าสุด | 2021-03-29 |
วันที่เผยแพร่ | 2020-03-17 |
ผู้พัฒนา | TransPerfect |
อีเมล | [email protected] |
URL หน้านโยบายความเป็นส่วนตัว | https://www.transperfect.com/about/data-privacy-client-tech-user |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GlobalLink Snapshot", "version": "2.3.10", "description": "GlobalLink Snapshot for Web Pages", "permissions": [ "activeTab", "storage" ], "options_page": "options.html", "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "externally_connectable": { "matches": [ "http:\/\/dev.onelink-preview.com\/*", "https:\/\/dev.onelink-preview.com\/*", "http:\/\/api.onelink-preview.com\/*", "https:\/\/api.onelink-preview.com\/*", "http:\/\/rc.onelink-translations.com\/*", "https:\/\/rc.onelink-translations.com\/*", "http:\/\/api.onelink-translations.com\/*", "https:\/\/api.onelink-translations.com\/*", "http:\/\/localhost\/*", "https:\/\/localhost\/*" ] }, "content_scripts": [ { "run_at": "document_start", "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/glss.min.js" ] } ], "browser_action": { "default_title": "GlobalLink Snapshot", "default_popup": "main.html", "default_icon": "images\/GLSS-fav.png" }, "icons": { "48": "images\/GLSS-48.png", "128": "images\/GLSS-128.png" }, "manifest_version": 2 } |