GroupDocs Signature plugin for Gmail
Sign documents from gmail with GroupDocs
GroupDocs Signature plugin for Gmailคืออะไร?
GroupDocs Signature plugin for Gmail เป็นส่วนขยายของ Chrome ที่พัฒนาโดย groupdocs.marketplace และคุณลักษณะหลักของมันคือ "Sign documents from gmail with GroupDocs"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GroupDocs Signature plugin for Gmail
ดาวน์โหลดไฟล์ส่วนขยาย GroupDocs Signature plugin for Gmail ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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" } |