Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "0.0.7", "background": { "service_worker": "\/js\/service_worker.js" }, "action": [], "description": "Fill test data using the right-click context menu to assist with exploratory testing.", "name": "Auto Data Filler", "offline_enabled": true, "permissions": [ "activeTab", "scripting", "contextMenus" ], "icons": { "48": "img\/icon48.png", "96": "img\/icon96.png", "128": "img\/icon128.png" } }