Scrive Go

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

¿Qué es Scrive Go?

Scrive Go es una extensión de Chrome desarrollada por chrome-extension, y su función principal es "Sign your PDF files electronically by sending them to Scrive from your browser.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Scrive Go

Descarga archivos de extensión Scrive Go en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Scrive Go Scrive Go
ID ipandkmlnigdelgkbedkgihhadhfanof
URL Oficial https://chromewebstore.google.com/detail/scrive-go/ipandkmlnigdelgkbedkgihhadhfanof
Descripción Sign your PDF files electronically by sending them to Scrive from your browser.
Tamaño del Archivo 120 KB
Cantidad de Instalaciones 8,077
Versión Actual 1.1.2
Última Actualización 2023-05-22
Fecha de Publicación 2020-02-17
Calificación 4.20/5 Total de 5 Calificaciones
Desarrollador chrome-extension
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://scrive.com
URL de la Página de Ayuda https://support.scrive.com/hc/en-us/categories/115000693849-Scrive-GO
URL de la Página de Política de Privacidad https://www.scrive.com/privacy-notice
Idiomas Soportados 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": [
        ""
    ]
}