| https://developers.chrome.com/extensions/nativeMessaging | https://clients2.google.com/service/update2/crx |
{ "name": "Alibaba Cloud RPA", "icons": { "16": "icons/16.png", "48": "icons/48.png", "128": "icons/128.png" }, "version": "1.13", "background": { "scripts": [ "background.js" ], "persistent": true }, "update_url": "https://clients2.google.com/service/update2/crx", "description": "Alibaba Cloud RPA for chrome ui automation", "permissions": [ "nativeMessaging", "tabs", "webNavigation", "cookies", "downloads", "<all_urls>" ], "content_scripts": [ { "js": [ "content.js" ], "run_at": "document_start", "matches": [ "http://*/*", "https://*/*", "file://*/*", "ftp://*/*" ], "all_frames": true, "match_about_blank": true } ], "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" }
ⓘ 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.