WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Adobe Acrobat: PDF edit, convert, sign tools

Adobe Acrobat: PDF edit, convert, sign tools

View on Chrome Web Store
View Adobe Acrobat: PDF edit, convert, sign tools Chrome Extension on Chrome Web Store
Add to bookmarks
4.4 (59,003 ratings)
8 new ratings
964 views
This extension has been viewed 964 times
0 downloads
This extension has been downloaded 0 times

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

Do more in Google Chrome with Adobe Acrobat PDF tools. View, fill, comment, sign, and try convert and compress tools.
Type
Extension
Users
299,000,000 users
500K
Adobe Inc.
View author page of Adobe Inc.
Featured Extension

Hand-picked for quality and usefulness

Published
Published on November 25, 2014
Version 25.8.1.0
Manifest version
3
Updated
Updated on August 8, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Adobe Acrobat: PDF edit, convert, sign tools Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_web2pdfExtnName__",
    "storage": {
        "managed_schema": "schema.json"
    },
    "description": "__MSG_web2pdfExtnDescriptionChrome__",
    "version": "25.8.1.0",
    "options_page": "browser\/js\/options.html",
    "default_locale": "en",
    "permissions": [
        "contextMenus",
        "tabs",
        "downloads",
        "nativeMessaging",
        "webRequest",
        "webNavigation",
        "storage",
        "scripting",
        "alarms",
        "offscreen",
        "cookies",
        "sidePanel"
    ],
    "background": {
        "service_worker": "service-worker.js",
        "type": "module"
    },
    "incognito": "not_allowed",
    "externally_connectable": {
        "ids": [
            "bngnhmnppadfcmpggglniifohlkmddfc"
        ],
        "matches": [
            "https:\/\/*.adobe.com\/*",
            "https:\/\/adobe.com\/*",
            "https:\/\/www.adobe.com\/*"
        ]
    },
    "icons": {
        "16": "browser\/images\/acrobat_dc_appicon_16.png",
        "48": "browser\/images\/acrobat_dc_appicon_48.png",
        "128": "browser\/images\/acrobat_dc_appicon_128.png"
    },
    "action": {
        "default_title": "__MSG_extensionMenuTitle__",
        "default_icon": "browser\/images\/acrobat_dc_appicon_24.png",
        "default_popup": "browser\/js\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content_scripts\/embeddedpdfs\/embedded-pdf-touch-point-event-listener.js",
                "libs\/jquery-3.1.1.min.js",
                "browser\/js\/ch-settings.js",
                "content_scripts\/content-util.js",
                "content_scripts\/SidePanel\/GenAIWebpageBlocklist.js",
                "content_scripts\/SidePanel\/ActionableCoachmark.js",
                "content_scripts\/embeddedpdfs\/EmbeddedPDFTouchPointCoachMark.js",
                "content_scripts\/express\/express_whatsapp\/whatsapp-express-fte.js",
                "content_scripts\/express\/gmail\/gmail-express-fte.js",
                "content_scripts\/outlook\/outlook-fte.js",
                "content_scripts\/gmail\/GmailAcrobatFteCoachmark.js",
                "content_scripts\/SidePanel\/FABManager.js",
                "content_scripts\/SidePanel\/GenAIWebpageEligibilityService.js",
                "content_scripts\/addWebpage\/KWEligibilityService.js",
                "content_scripts\/SidePanel\/AttributionManager.js",
                "content_scripts\/SidePanel\/AnimateCannedQuestions.js",
                "content_scripts\/content-script-utils.js",
                "content_scripts\/ch-content-script.js",
                "content_scripts\/injectBannerIframe.js",
                "content_scripts\/prompts\/ShowOneChild.js",
                "content_scripts\/extract-webpage-html.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/outlook.office365.com\/*",
                "https:\/\/outlook.office.com\/*",
                "https:\/\/outlook.live.com\/*"
            ],
            "js": [
                "content_scripts\/outlook\/outlook-content-script.js"
            ],
            "css": [
                "browser\/css\/outlook-content-script.css",
                "browser\/css\/gsuite-fte.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content_scripts\/content-script-idle.js"
            ],
            "css": [
                "browser\/css\/express-tooltip.css"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content_scripts\/ch-content-script-dend.js",
                "content_scripts\/injectAIMarker.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content_scripts\/embeddedpdfs\/embedded-pdf-touch-point.js"
            ],
            "css": [
                "browser\/css\/embedded-pdf-touch-point.css",
                "browser\/css\/gsuite-fte.css"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/drive.google.com\/*"
            ],
            "css": [
                "browser\/css\/gdrive-content-script.css",
                "browser\/css\/gdrive-touchpoint-service.css"
            ],
            "js": [
                "content_scripts\/gdrive-content-script.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "content_scripts\/express\/express_whatsapp\/whatsapp-content-script.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                "content_scripts\/express\/facebook\/facebook-content-script.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.google.com\/*"
            ],
            "js": [
                "content_scripts\/express\/google-image-preview\/google-image-preview-content-script.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/drive.usercontent.google.com\/download*"
            ],
            "js": [
                "content_scripts\/gdrive-download-page-content-script.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "css": [
                "browser\/css\/gmail-content-script.css"
            ],
            "js": [
                "content_scripts\/gmail-content-script.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/acrobat.adobe.com\/*",
                "https:\/\/documentcloud.adobe.com\/*"
            ],
            "js": [
                "content_scripts\/acrobat-content-script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "minimum_chrome_version": "107.0",
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "viewer.html",
                "signInHandler.html",
                "signInAdobeYolo.html",
                "browser\/js\/check-cookies.html",
                "browser\/js\/express.html",
                "browser\/js\/frame.html",
                "browser\/js\/frameUI.html",
                "browser\/js\/local-fte.html",
                "browser\/js\/local-file\/local-file-blocking-page.html",
                "browser\/js\/local-file\/local-file-prompt.html",
                "browser\/js\/lsCopy.html",
                "browser\/js\/gdrive-inject.js",
                "browser\/js\/viewer\/localFileSignInRedirection.html",
                "browser\/js\/viewer\/localFileSignInRedirection.html",
                "browser\/js\/download-banner.html",
                "browser\/js\/successToast.html",
                "browser\/js\/failToast.html",
                "browser\/js\/assistantPopup.html",
                "browser\/images\/SDC_GenAIGradientTrefoil_24_N.svg",
                "browser\/css\/fonts\/AdobeClean-Regular.otf",
                "browser\/css\/fonts\/AdobeClean-Bold.otf",
                "browser\/images\/dc_trefoil_red_32_n.svg",
                "browser\/images\/acrobat_dc_appicon_128.png",
                "browser\/images\/acrobat_dc_trefoil_24_white.svg",
                "browser\/images\/cross_10_n.svg",
                "browser\/images\/ExpressRemoveBackground.png",
                "browser\/images\/ExpressApplyEffects.png",
                "browser\/images\/ExpressCropImage.png",
                "browser\/images\/SDC_ShowMenu_18_N_24_D_ActiveState.svg",
                "browser\/images\/SDC_ShowMenu_18_N_24Canvas.svg",
                "browser\/images\/S_DragHandle_18_N.svg",
                "content_scripts\/express\/express-fte.js",
                "content_scripts\/express\/express-utils.js",
                "content_scripts\/gsuite\/fte-utils.js",
                "resources\/SidePanel\/sidePanelUpsellSuccess.html",
                "resources\/SidePanel\/sidePanelButton.html",
                "resources\/SidePanel\/index.html",
                "resources\/SidePanel\/ActionableCoachmark.html",
                "resources\/SidePanel\/FABViewSettings.html",
                "resources\/SidePanel\/signInSuccess.html",
                "resources\/SidePanel\/sidePanelUtil.js",
                "common\/local-storage.js",
                "libs\/*",
                "resources\/addWebpage\/index.html"
            ],
            "matches": [
                "<all_urls>"
            ]
        },
        {
            "resources": [
                "content_scripts\/gmail\/gmail-inject.js",
                "content_scripts\/gmail\/state.js",
                "content_scripts\/gmail\/util.js",
                "content_scripts\/gsuite\/util.js",
                "content_scripts\/gmail\/gmail-response-service.js",
                "content_scripts\/gmail\/native-viewer-touch-point-service.js",
                "content_scripts\/gmail\/message-view-touch-point-service.js",
                "content_scripts\/gmail\/list-view-touch-point-service.js",
                "content_scripts\/gmail\/default-viewership-service.js",
                "content_scripts\/express\/gmail\/express-gmail-touchpoint-service.js",
                "content_scripts\/express\/gmail\/express-gmail-message-view-touchpoint-service.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        },
        {
            "resources": [
                "content_scripts\/gdrive\/gdrive-inject.js",
                "content_scripts\/gdrive\/get-auth-user.js",
                "content_scripts\/gdrive\/state.js",
                "content_scripts\/gdrive\/util.js",
                "content_scripts\/gsuite\/util.js",
                "content_scripts\/gdrive\/touchpoint-service.js",
                "content_scripts\/express\/gdrive\/express-gdrive-touchpoint-service.js",
                "content_scripts\/gdrive\/search-handler.js",
                "content_scripts\/gdrive\/default-viewership-service.js",
                "content_scripts\/gdrive\/api-parsing-util.js"
            ],
            "matches": [
                "https:\/\/drive.google.com\/*"
            ]
        },
        {
            "resources": [
                "browser\/images\/express_edit.svg",
                "browser\/images\/express_remove_background.svg",
                "browser\/images\/express_apply_effects.svg",
                "browser\/images\/express_crop_image.svg",
                "browser\/images\/express_insert_objects.svg",
                "browser\/images\/express_remove_objects.svg",
                "browser\/images\/acrobat_prodc_appicon_24.svg",
                "resources\/express\/expressDropdownMenu.html",
                "content_scripts\/express\/dropdown-menu.js",
                "resources\/express\/expressSingleClickCTA.html",
                "content_scripts\/express\/single-click-cta.js",
                "content_scripts\/express\/express-cta-tooltip.js",
                "resources\/express\/expressContextualFTE.html",
                "content_scripts\/express\/fte\/express-contextual-fte.js"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*",
                "https:\/\/mail.google.com\/*",
                "https:\/\/www.google.com\/*",
                "https:\/\/drive.google.com\/*",
                "https:\/\/www.facebook.com\/*"
            ]
        },
        {
            "resources": [
                "content_scripts\/outlook\/outlook-inject.js",
                "content_scripts\/gsuite\/util.js",
                "content_scripts\/outlook\/state.js",
                "browser\/images\/outlook-error-toast-icon.svg",
                "browser\/images\/outlook-error-toast-close.svg",
                "resources\/outlook\/error-toast.html",
                "content_scripts\/outlook\/outlook-error-toast-service.js",
                "content_scripts\/outlook\/outlook-fte-service.js"
            ],
            "matches": [
                "https:\/\/outlook.office365.com\/*",
                "https:\/\/outlook.office.com\/*",
                "https:\/\/outlook.live.com\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; child-src 'self'; object-src 'self'; style-src 'self' 'unsafe-inline'; frame-src https:\/\/use.typekit.net https:\/\/assets.adobedtm.com https:\/\/*.adobecontent.io https:\/\/*.adobelogin.com https:\/\/local-test.acrobat.com:* https:\/\/local-test.acrobat.adobe.com:* https:\/\/*.acrobat.com https:\/\/*.adobe.com https:\/\/*.adobe.io"
    },
    "host_permissions": [
        "<all_urls>"
    ],
    "optional_permissions": [
        "history",
        "bookmarks"
    ]
}
© 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.
Go to top