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 Aug 27, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Boards naar PjA inschrijver", "version": "1.1.0", "version_name": "v1.1 18-05-2025", "description": "Inschrijven met \u00e9\u00e9n druk op de knop", "author": "Bart Duineveld", "permissions": [ "storage" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/cboards.caresharing.eu\/cboards\/*" ], "js": [ "content_boards.js" ] }, { "matches": [ "https:\/\/dgc.patientjourneyapp.com\/sal\/journey_add\/*\/*", "https:\/\/dgc.patientjourneyapp.com\/journeys\/create" ], "js": [ "content_pja.js" ] } ], "icons": { "48": "icon48.png", "128": "icon128.png" }, "options_ui": { "page": "options.html", "open_in_tab": true } }