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", "short_name": "GTJ", "description": "The Jira Extension in Chrome is the ultimate solution to connect your Google Apps with Jira.", "name": "Jira Extension in Chrome", "version": "4.4.3", "action": { "default_popup": "index.html", "default_title": "Jira Extension in Chrome", "default_icon": { "48": "assets\/icon-32.png", "128": "assets\/icon-32.png" } }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*", "http:\/\/mail.google.com\/*" ], "js": [ "gmail_contentScripts.js" ], "css": [ "content_style.css" ], "run_at": "document_end" }, { "matches": [ "https:\/\/drive.google.com\/*", "http:\/\/drive.google.com\/*" ], "js": [ "drive_contentScript.js" ], "css": [ "content_style.css" ], "run_at": "document_end" }, { "matches": [ "https:\/\/docs.google.com\/*", "http:\/\/docs.google.com\/*" ], "js": [ "docs_contentScript.js" ], "css": [ "content_style.css" ], "run_at": "document_end" }, { "matches": [ "https:\/\/groups.google.com\/*", "http:\/\/groups.google.com\/\/*" ], "js": [ "groups_contentScript.js" ], "css": [ "content_style.css" ], "run_at": "document_end" }, { "matches": [ "https:\/\/calendar.google.com\/*", "http:\/\/calendar.google.com\/*" ], "js": [ "calendar_contentScript.js" ], "css": [ "content_style.css" ], "run_at": "document_end" }, { "matches": [ "<all_urls>" ], "js": [ "other_contentScript.js" ], "css": [ "content_style.css" ], "run_at": "document_end" } ], "background": { "service_worker": "background.js" }, "icons": { "48": "assets\/icon-32.png", "128": "assets\/icon-32.png" }, "permissions": [ "contextMenus", "tabs", "identity", "identity.email", "storage", "scripting", "system.display", "activeTab", "<all_urls>", "https:\/\/*.google.com\/*" ], "host_permissions": [ "*:\/\/*\/*", "<all_urls>" ], "web_accessible_resources": [ { "resources": [ "*.png" ], "matches": [ "<all_urls>" ] }, { "resources": [ "*.html" ], "matches": [ "<all_urls>" ] }, { "resources": [ "*.js" ], "matches": [ "<all_urls>" ] }, { "resources": [ "*.css" ], "matches": [ "<all_urls>" ] }, { "resources": [ "*.svg" ], "matches": [ "<all_urls>" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';", "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self';" }, "manifest_version": 3, "oauth2": { "client_id": "768976677270-higgtvslsjcamcqurr6fhdsmvt5a4ggs.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/calendar.events.readonly" ] } }