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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Lingviny for Gmail 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Lingviny for Gmail Lingviny for Gmail
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
이메일 [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"
        }
    ]
}