Scrive Go - Beta

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

Scrive Go - Beta là gì?

Scrive Go - Beta là một tiện ích mở rộng Chrome được phát triển bởi chrome-extension, và tính năng chính của nó là "Sign your PDF files electronically by sending them to Scrive from your browser.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Scrive Go - Beta

Tải xuống các tệp mở rộng Scrive Go - Beta dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Scrive Go - Beta Scrive Go - Beta
ID nahcbchjfhoonllbncblcpdkcpeinhkc
URL Chính Thức https://chromewebstore.google.com/detail/scrive-go-beta/nahcbchjfhoonllbncblcpdkcpeinhkc
Mô tả Sign your PDF files electronically by sending them to Scrive from your browser.
Kích Thước Tệp 117 KB
Số Lần Cài Đặt 92
Phiên Bản Hiện Tại 0.0.0.9
Cập Nhật Lần Cuối 2022-11-29
Ngày Phát Hành 2021-06-14
Nhà Phát Triển chrome-extension
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://scrive.com
URL Trang Trợ Giúp https://support.scrive.com/hc/en-us/categories/115000693849-Scrive-GO
URL Trang Chính Sách Bảo Mật https://www.scrive.com/privacy-notice
Ngôn Ngữ Được Hỗ Trợ 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": [
        ""
    ]
}