DocuSplit 2.0 Google Chrome Extension
DocuSplit 2.0 Google Chrome Extension
DocuSplit 2.0 Google Chrome Extensionคืออะไร?
DocuSplit 2.0 Google Chrome Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://docusplit.com และคุณลักษณะหลักของมันคือ "DocuSplit 2.0 Google Chrome Extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DocuSplit 2.0 Google Chrome Extension
ดาวน์โหลดไฟล์ส่วนขยาย DocuSplit 2.0 Google Chrome Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The Docusplit App was developed with the purpose of streamlining and securing document scanning and PDF extraction directly within the Salesforce platform. The App allows users to scan documents or import them from a users PC or Salesforce record, manipulate or annotate each page within the document(s) and save a page or group of pages to a variety of Salesforce records. The Docusplit App is widely used across a variety of organizations within the Salesforce eco-system. The most common use cases are represented by a need to scan or extract physical or digital documents securely. Salesforce users who require a high level of security, especially those within the government or medical industry will benefit from Docusplits native functionality. Users can scan physical documents directly into Salesforce, bypassing the requirement to save scanned items to a users local PC. Further, users can manipulate documents by blacking-out or cropping sensitive information while annotating or highlighting other data points within the documents. Organizations that choose to benefit from the streamlining functions of Docusplit can choose not just from the scanning functions provided, but by its import functions as well. The two import functions, Import from PC and Import from Salesforce are most commonly used by organizations that receive PDF or image (jpg, png, etc) files directly into Salesforce or via email. Those documents can be opened within Salesforce and routed to their corresponding records. As an example, many organizations, especially loan providers and shipping logistic providers receive due diligence documents and bills/shipping documents from customers and/or vendors via portals. Those documents can be received in Salesforce and channeled within seconds post-review. The purpose of the Docusplit Chrome Extension is to allow Docusplit users to rasterize PDF's without transmitting the PDF data to external services.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | DocuSplit 2.0 Google Chrome Extension |
ID | nibfohpdadcpnjodofbjkhhejbkjfdci |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/docusplit-20-google-chrom/nibfohpdadcpnjodofbjkhhejbkjfdci |
คำอธิบาย | DocuSplit 2.0 Google Chrome Extension |
ขนาดไฟล์ | 1.96 MB |
จำนวนการติดตั้ง | 479 |
เวอร์ชันปัจจุบัน | 1.0.5 |
อัปเดตครั้งล่าสุด | 2023-09-21 |
วันที่เผยแพร่ | 2021-02-05 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://docusplit.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.docusplit.com |
URL หน้าช่วยเหลือ | https://www.docusplit.com/#contacts |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DocuSplit 2.0 Google Chrome Extension", "version": "1.0.5", "description": "DocuSplit 2.0 Google Chrome Extension", "content_scripts": [ { "matches": [ "https:\/\/*.force.com\/*" ], "js": [ "content.js", "lib\/pdf.js" ] } ], "web_accessible_resources": [ { "matches": [ "https:\/\/*.force.com\/*" ], "resources": [ "lib\/pdf.worker.js" ] } ], "icons": { "16": "logo\/icon16.png", "48": "logo\/icon48.png", "128": "logo\/icon128.png" }, "manifest_version": 3 } |