WebExtension.net
WebExtension.net
WebExtension.net
WebExtension.net
DocHub - Sign PDF from Gmail

DocHub - Sign PDF from Gmail

View on Chrome Web Store
4.4 (313 ratings)
1 new ratings
1 views
0 downloads

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Sign and edit PDF documents
Type
Extension
Users
300,000 users
100K
DocHub
Featured Extension

Hand-picked for quality and usefulness

Published
Version 2.4.0
Manifest version
3
Updated
productivity/workflow
Website
View on Chrome Web Store
Share This Extension

Extension Manifest

{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "DocHub - Sign PDF from Gmail",
    "version": "2.4.0",
    "description": "Sign and edit PDF documents",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "128": "images\/icon-128.png",
        "256": "images\/icon-256.png"
    },
    "default_locale": "en",
    "action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "24": "images\/icon-24.png",
            "32": "images\/icon-32.png"
        },
        "default_title": "DocHub",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/mail\/*"
            ],
            "js": [
                "js\/vendor.js",
                "js\/continually-wait-until-exists.js",
                "js\/cs-gmail.js"
            ],
            "css": [
                "styles\/gmail.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*\/*.pdf"
            ],
            "js": [
                "js\/vendor.js",
                "js\/continually-wait-until-exists.js",
                "js\/cs-pdf-viewer.js"
            ],
            "css": [
                "styles\/pdf-viewer.css"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/dochub.com\/*",
                "https:\/\/production.dochub.com\/*",
                "https:\/\/staging.dochub.com\/*",
                "https:\/\/testing.dochub.com\/*",
                "https:\/\/localhost:9292\/*",
                "https:\/\/localhost:4200\/*"
            ],
            "js": [
                "js\/continually-wait-until-exists.js",
                "js\/cs-dochub-website.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "blank.html",
                "js\/dh-launcher.js",
                "\/images\/*"
            ],
            "matches": [
                "<all_urls>",
                "file:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/localhost:9292\/*",
            "https:\/\/localhost:4200\/*",
            "https:\/\/dochub.com\/*",
            "https:\/\/production.dochub.com\/*",
            "https:\/\/staging.dochub.com\/*",
            "https:\/\/testing.dochub.com\/*"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src  'self'; object-src 'self'; frame-src 'self' https:\/\/dochub.com https:\/\/staging.dochub.com https:\/\/testing.dochub.com https:\/\/*.google.com https:\/\/localhost:9292\/ https:\/\/localhost:4200\/"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.