Version 1.4.0 View in Chrome Web Store
| https://fonts.googleapis.com/css2?family=DM+Sans:wght@400 | https://example.com/endpoint | |
| https://ai-api.inai.io/v1/integrations | https://ai.inai.io/ | |
| https://clients2.google.com/service/update2/crx | http://www.w3.org/2000/svg |
{ "name": "inai Webhooks & Reports Integrator", "icons": { "128": "icon_128.png" }, "action": { "default_popup": "index.html", "default_title": "inai Adyen Integrator" }, "author": "inai", "version": "1.4.0", "update_url": "https://clients2.google.com/service/update2/crx", "description": "Assists to quickly configure Adyen Webhooks and Reports settings to integrate with inai Optimize and inai Recon", "permissions": [ "storage", "activeTab" ], "content_scripts": [ { "js": [ "configure-webhooks.js" ], "run_at": "document_end", "matches": [ "https://*.adyen.com/*/webhook-edit.shtml*" ] }, { "js": [ "redirect-account-webhooks.js" ], "run_at": "document_end", "matches": [ "https://*.adyen.com/*/webhooks.shtml*" ] }, { "js": [ "enable-additional-data.js" ], "run_at": "document_end", "matches": [ "https://*.adyen.com/*/additionaldata.shtml*" ] }, { "js": [ "configure-reports.js" ], "run_at": "document_end", "matches": [ "https://*.adyen.com/*/reports/details.shtml?reportCode=*" ] }, { "js": [ "get-merchant-accounts.js" ], "run_at": "document_end", "matches": [ "https://*.adyen.com/*/accounts/show.shtml*" ] }, { "js": [ "create-inai-integration.js" ], "run_at": "document_end", "matches": [ "https://ai.inai.io/*" ] } ], "manifest_version": 3 }
ⓘ CRXaminer has partnered with our friends at Secure Annex to provide additional findings unique to their platform.
Secure Annex also analyzes extensions from other browsers, IDEs, and can continuously monitor.
This extension may not yet be analyzed by Secure Annex.