Scrive Go

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

O que é Scrive Go?

Scrive Go é uma extensão do Chrome desenvolvida por chrome-extension, e sua principal característica é "Sign your PDF files electronically by sending them to Scrive from your browser.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Scrive Go

Baixe arquivos de extensão Scrive Go no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Scrive Go Scrive Go
ID ipandkmlnigdelgkbedkgihhadhfanof
URL Oficial https://chromewebstore.google.com/detail/scrive-go/ipandkmlnigdelgkbedkgihhadhfanof
Descrição Sign your PDF files electronically by sending them to Scrive from your browser.
Tamanho do Arquivo 120 KB
Contagem de Instalações 8,077
Versão Atual 1.1.2
Última Atualização 2023-05-22
Data de Publicação 2020-02-17
Classificação 4.20/5 Total de 5 Avaliações
Desenvolvedor chrome-extension
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://scrive.com
URL da Página de Ajuda https://support.scrive.com/hc/en-us/categories/115000693849-Scrive-GO
URL da Página de Política de Privacidade https://www.scrive.com/privacy-notice
Idiomas Suportados 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": [
        ""
    ]
}