Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Oct 06, 2025.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "c! Dynamics 365 Helper", "description": "Small and usefull js-functions to manipulate Dynamics 365 [Dyn365] (online).", "version": "1.34", "permissions": [ "tabs", "activeTab" ], "background": { "service_worker": "helper\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*.dynamics.com\/*" ], "js": [ "third-party\/jquery.min.js", "helper\/content-script.js", "helper\/inject.js", "message\/messageHelper_content.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "third-party\/jquery.min.js", "third-party\/js\/bootstrap.bundle.min.js", "message\/messageHelper_dom.js", "helper\/*", "init\/*", "impersonation\/*", "dynamics\/*", "bookmarklets\/*" ], "matches": [ "https:\/\/*.dynamics.com\/*" ] } ], "action": { "default_popup": "popup\/popup.html" }, "icons": { "16": "img\/favicon-16x16.png", "32": "img\/favicon-32x32.png", "48": "img\/android-chrome-48x48.png", "128": "img\/android-chrome-128x128.png" }, "manifest_version": 3 }