Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Topaz Adobe Sign Extension", "version": "1.2.7.0", "manifest_version": 3, "description": "The Topaz Chrome Extension for Adobe Sign enables users to sign PDFs on a variety of Topaz signature pads.", "minimum_chrome_version": "88", "background": { "service_worker": "TzADCBackgroundExt.js" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*.echosign.com\/*", "https:\/\/*.echosign.com\/*", "https:\/\/*.adobe.com\/*", "https:\/\/*.adobesign.com\/*" ], "js": [ "TzADCSigningChromeExt.js" ], "run_at": "document_start", "all_frames": true } ], "permissions": [ "nativeMessaging" ] }