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 12, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NPRI Chrome Automation", "version": "3.0.2", "manifest_version": 3, "description": "Allow NPRI Studio and NPRI Robot to automatically operate Chrome and its elements for RPA scenarios.", "background": { "service_worker": "index.js" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "nativeMessaging", "scripting", "tabs", "webNavigation" ], "host_permissions": [ "<all_urls>" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ], "match_about_blank": true, "js": [ "loader.js" ], "run_at": "document_start", "all_frames": true } ], "devtools_page": "devtools.html" }