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 |
公式URL | 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 |
Eメール | [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" } ] } |