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, "name": "Plerdy UX & Usability Testing", "version": "2.23", "description": "Use the Plerdy UX & Usability Testing Chrome extension to enhance site design with heatmaps, scroll tracking, and screenshots.", "action": { "default_popup": "popup.html", "default_icon": "icon.png" }, "permissions": [ "activeTab", "scripting", "storage" ], "background": { "service_worker": "background.js" }, "commands": { "take-screenshot-part": { "suggested_key": { "default": "Alt+2", "mac": "Command+2" }, "description": "Take a partial screenshot of the current page." } }, "host_permissions": [ "<all_urls>" ], "web_accessible_resources": [ { "resources": [ "uploads\/*", "editor.html" ], "matches": [ "<all_urls>" ] } ], "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "ab-idea.js", "full-scr.js" ], "run_at": "document_idle" } ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } }