Scrive Go - Beta

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

What is Scrive Go - Beta?

Scrive Go - Beta is a Chrome extension developed by chrome-extension, and its main feature is "Sign your PDF files electronically by sending them to Scrive from your browser.".

Extension Screenshots

screenshot

Download Scrive Go - Beta Extension CRX File

Download Scrive Go - Beta extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Scrive Go - Beta Scrive Go - Beta
ID nahcbchjfhoonllbncblcpdkcpeinhkc
Official URL https://chromewebstore.google.com/detail/scrive-go-beta/nahcbchjfhoonllbncblcpdkcpeinhkc
Description Sign your PDF files electronically by sending them to Scrive from your browser.
File Size 117 KB
Installation Count 92
Current Version 0.0.0.9
Last Updated 2022-11-29
Publish Date 2021-06-14
Developer chrome-extension
Email [email protected]
Payment Type free
Extension Website https://scrive.com
Help Page URL https://support.scrive.com/hc/en-us/categories/115000693849-Scrive-GO
Privacy Policy Page URL https://www.scrive.com/privacy-notice
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scrive Go - Beta",
    "description": "Sign your PDF files electronically by sending them to Scrive from your browser.",
    "version": "0.0.0.9",
    "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": [
        ""
    ]
}