Scrive Go - Beta

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

什麼是Scrive Go - Beta?

Scrive Go - Beta是由chrome-extension開發的Chrome擴展程式,該擴展的主要功能是“Sign your PDF files electronically by sending them to Scrive from your browser.”。

擴展截圖

screenshot

下載Scrive Go - Beta擴展crx文件

下載Scrive Go - Beta擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Scrive Go - Beta Scrive Go - Beta
ID nahcbchjfhoonllbncblcpdkcpeinhkc
官方網址 https://chromewebstore.google.com/detail/scrive-go-beta/nahcbchjfhoonllbncblcpdkcpeinhkc
簡介 Sign your PDF files electronically by sending them to Scrive from your browser.
檔案大小 117 KB
安裝次數 92
目前版本 0.0.0.9
更新時間 2022-11-29
上架時間 2021-06-14
開發者 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 - 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": [
        ""
    ]
}