WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Plerdy UX & Usability Testing

Plerdy UX & Usability Testing

View on Chrome Web Store
View Plerdy UX & Usability Testing Chrome Extension on Chrome Web Store
Add to bookmarks
4.1 (15 ratings)
4 new ratings
6 views
This extension has been viewed 6 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Use the Plerdy UX & Usability Testing Chrome extension to enhance site design with heatmaps, scroll tracking, and screenshots.
Type
Extension
Users
4,000 users
1K
https://www.plerdy.com/
View author page of https://www.plerdy.com/
Published
Published on November 3, 2024
Version 2.23
Manifest version
3
Updated
Updated on July 31, 2025
productivity/developer
Extension Category
View on Chrome Web Store
View Plerdy UX & Usability Testing Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "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"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top