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": "PipeLaunch: Salesforce Integration", "short_name": "PipeLaunch", "version": "1.43.9", "description": "__MSG_extension_description__", "manifest_version": 3, "incognito": "split", "default_locale": "en", "icons": { "16": "assets\/icon16.png", "32": "assets\/icon32.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "action": { "default_icon": "assets\/icon128.png", "default_title": "PipeLaunch" }, "background": { "service_worker": "\/static\/js\/background.2e15b7f6.a54f5b5f.js", "type": "module" }, "web_accessible_resources": [ { "resources": [ "index.html", "settings.html", "assets\/*", "miniPreview.html", "\/static\/js\/gmail-main.d480a6d1.729aa98f.js" ], "matches": [ "<all_urls>" ] } ], "permissions": [ "tabs", "storage", "system.display", "cookies", "scripting", "sidePanel" ], "host_permissions": [ "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "\/static\/js\/integrated.46d22d3f.3b3ce45b.js" ], "css": [ "assets\/styles\/main.css" ] }, { "matches": [ "https:\/\/mail.google.com\/mail\/*" ], "js": [ "\/static\/js\/gmail-injector.970bafce.e0605a5f.js" ], "css": [ "assets\/styles\/gmail.css" ], "run_at": "document_start" } ], "options_page": "settings.html", "externally_connectable": { "matches": [ "https:\/\/mail.google.com\/mail\/*" ] }, "side_panel": { "default_path": "index.html" } }