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", "manifest_version": 3, "background": { "service_worker": "js\/background.js" }, "action": { "default_icon": "img\/icon-48.png", "default_title": "Dynamics 365 Power Pane" }, "content_scripts": [ { "css": [ "ui\/css\/pane.css" ], "js": [ "js\/inject.js" ], "matches": [ "<all_urls>" ], "run_at": "document_end" } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" }, "description": "Dynamics 365 Power Pane is a helper tool designed to integrate with Dynamics CRM\/365 application and allow you to manipulate forms.", "icons": { "32": "img\/icon-32.png", "48": "img\/icon-48.png", "64": "img\/icon-64.png", "128": "img\/icon-128.png" }, "name": "Dynamics 365 Power Pane", "options_page": "ui\/options.html", "permissions": [ "activeTab", "scripting" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "short_name": "Dynamics 365 Power Pane", "version": "1.2.2.96", "web_accessible_resources": [ { "resources": [ "ui\/*", "img\/*" ], "matches": [ "<all_urls>" ] } ] }