Lingviny for Gmail
Professional Human Translations in your Gmail
什麼是Lingviny for Gmail?
Lingviny for Gmail是由https://lingviny.com開發的Chrome擴展程式,該擴展的主要功能是“Professional Human Translations in your Gmail”。
擴展截圖
下載Lingviny for Gmail擴展crx文件
下載Lingviny for Gmail擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Lingviny helps write email in another language. Whether it is an email to a friend, a relative, a business partner, or a customer — now you can be sure that your message is understood. Your customers and business partners will appreciate not having to try and translate your emails to their own language, and it’s a small gesture that leads to long-term loyalty and more business. HOW DOES IT WORK? Download the Lingviny browser extension. The “Lingviny” button will appear next to “Translate” in your Gmail compose window. Type your email as usual and then press the “Lingviny” button to choose the language of translation. Your message will be immediately sent to one of our professional human translators available 24/7. After the translation is complete the email will go directly to your recipient(s). They will see an email from you but instead of the original message they will receive a professionally translated version.
擴展基本資訊
名稱 | |
ID | kikpglmmgmijalmmjjblgndfibdhlmcl |
官方網址 | https://chromewebstore.google.com/detail/lingviny-for-gmail/kikpglmmgmijalmmjjblgndfibdhlmcl |
簡介 | Professional Human Translations in your Gmail |
檔案大小 | 90.46 KB |
安裝次數 | 325 |
目前版本 | 1.0.4 |
更新時間 | 2016-12-26 |
上架時間 | 2016-12-26 |
評分 | 4.17/5 共 6 次評分 |
開發者 | https://lingviny.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://lingviny.com |
說明頁面URL | https://lingviny.com/support |
隱私政策頁面URL | https://lingviny.com/legal/policy |
支援的語言 | en,es,es-419,pt-BR,pt-PT,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_app_name__", "description": "__MSG_app_description__", "version": "1.0.4", "minimum_chrome_version": "36", "default_locale": "en", "icons": { "16": "16x16.png", "32": "32x32.png", "48": "48x48.png", "128": "128x128.png" }, "browser_action": { "default_icon": "48x48.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "https:\/\/lingviny.com\/" ], "web_accessible_resources": [ "48x48.png" ], "content_scripts": [ { "css": [ "anylanguage.css" ], "js": [ "jquery-2.2.2.min.js", "inboxsdk.js", "loader.js" ], "matches": [ "http:\/\/mail.google.com\/*", "https:\/\/mail.google.com\/*", "http:\/\/inbox.google.com\/*", "https:\/\/inbox.google.com\/*" ], "run_at": "document_start" } ] } |