GroupDocs Signature plugin for Gmail

Sign documents from gmail with GroupDocs

GroupDocs Signature plugin for Gmail란 무엇입니까?

GroupDocs Signature plugin for Gmail은(는) groupdocs.marketplace에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sign documents from gmail with GroupDocs"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

GroupDocs Signature plugin for Gmail 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This plugin lets you integrate the GroupDocs online signature service into your Gmail interface. Once installed, you will be able to sign documents directly in Gmail, without going to your GroupDocs account. Here is how it works:

1. After installing this plugin, a "Sign" link will be added under each DOC, DOCX or PDF attachment in your incoming e-mails. Now, when someone sends you a document to your Gmail address, requesting your signature, you need just to click on the "Sign" link under the attached document.
2. Once clicked, a window will appear, asking you to select an online signature you'd like to apply to the document. This could be a scan copy of your handwritten signature, for example.
3. When the signature is selected, GroupDocs will automatically apply it to the document and then create a responding email with the signed document attached already. That's it!

Along with the responding e-mail, GroupDocs will also save a copy of the signed document in your GroupDocs account. This way, all documents you sign will always be at your hands.

Documents signed with the GroupDocs' online signature service are absolutely legally binding in most of the developed countries. For information, please refer to:

GroupDocs Online Signature Service Website: 
http://groupdocs.com/apps/signature

Visit our Github project for feedback and issue reports: 
https://github.com/groupdocs/chrome-groupdocs-signature-gmail                    

확장 프로그램 기본 정보

이름 GroupDocs Signature plugin for Gmail GroupDocs Signature plugin for Gmail
ID nhlbakmenmejflfilefakdjhfoiohggl
공식 URL https://chrome.google.com/webstore/detail/groupdocs-signature-plugi/nhlbakmenmejflfilefakdjhfoiohggl
설명 Sign documents from gmail with GroupDocs
파일 크기 245 KB
설치 횟수 974
현재 버전 1.3.9
최근 업데이트 2013-10-24
출시 날짜 2013-10-24
평점 5.00/5 총 3 개의 평점
개발자 groupdocs.marketplace
결제 유형 free
확장 프로그램 웹 사이트 http://groupdocs.com/apps/signature
도움말 페이지 URL http://groupdocs.com/docs/dashboard.action
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            ".\/js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                ".\/js\/groupdocs-javascript-min.js",
                ".\/js\/inject.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Sign documents from gmail with GroupDocs",
    "icons": {
        "16": ".\/img\/icon16.png",
        "48": ".\/img\/icon48.png",
        "128": ".\/img\/icon128.png"
    },
    "manifest_version": 2,
    "name": "GroupDocs Signature plugin for Gmail",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "background"
    ],
    "version": "1.3.9",
    "web_accessible_resources": [
        "in-page.js",
        "in-page.css",
        "progress.png",
        "sign_ing.png",
        "save_button.png"
    ],
    "options_page": "options.html"
}