Scrive Go

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

Scrive Go란 무엇입니까?

Scrive Go은(는) chrome-extension에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sign your PDF files electronically by sending them to Scrive from your browser."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Scrive Go 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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": [
        ""
    ]
}