Scrive Go

Sign your PDF files electronically by sending them to Scrive from your browser.

Scrive Goคืออะไร?

Scrive Go เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chrome-extension และคุณลักษณะหลักของมันคือ "Sign your PDF files electronically by sending them to Scrive from your browser."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Scrive Go

ดาวน์โหลดไฟล์ส่วนขยาย Scrive Go ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Scrive Go integrates the Scrive e-signing solution into your CRM-system. Your documents are sent to your Scrive account with a single click and can be signed within seconds.

About Scrive Go
Scrive Go replaces papers and printers. Open the document in your browser and send it with Scrive Go. Your PDF file appears on your iPad or in your browser and is ready to be signed. The final output is a document with evidence qualities better than paper.

Use case
1. Log in to your CRM-system
2. Navigate to the document in your browser
3. Press the Scrive icon in Chrome
4. The document will be sent to your Scrive account

How to get started
Contact Scrive by sending an e-mail to [email protected]
Find out more about Scrive, visit scrive.com                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Scrive Go Scrive Go
ID ipandkmlnigdelgkbedkgihhadhfanof
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/scrive-go/ipandkmlnigdelgkbedkgihhadhfanof
คำอธิบาย Sign your PDF files electronically by sending them to Scrive from your browser.
ขนาดไฟล์ 120 KB
จำนวนการติดตั้ง 8,077
เวอร์ชันปัจจุบัน 1.1.2
อัปเดตครั้งล่าสุด 2023-05-22
วันที่เผยแพร่ 2020-02-17
คะแนน 4.20/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา chrome-extension
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://scrive.com
URL หน้าช่วยเหลือ https://support.scrive.com/hc/en-us/categories/115000693849-Scrive-GO
URL หน้านโยบายความเป็นส่วนตัว https://www.scrive.com/privacy-notice
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scrive Go",
    "description": "Sign your PDF files electronically by sending them to Scrive from your browser.",
    "version": "1.1.2",
    "author": "Scrive AB",
    "manifest_version": 3,
    "incognito": "split",
    "icons": {
        "16": "assets\/icon-16x16.png",
        "48": "assets\/icon-48x48.png",
        "128": "assets\/icon-128x128.png"
    },
    "action": {
        "default_title": "Scrive Go",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "webRequest",
        "activeTab",
        "scripting",
        "storage",
        "unlimitedStorage",
        "identity",
        "pageCapture"
    ],
    "host_permissions": [
        ""
    ]
}