PageProofer

The easiset way to leave feedback and track issues right on your website.

What is PageProofer?

PageProofer is a Chrome extension developed by pageproofer.com, and its main feature is "The easiset way to leave feedback and track issues right on your website.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download PageProofer Extension CRX File

Download PageProofer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        PageProofer allows you to gather feedback, request content changes, reports bugs, and track issues directly on your website. This add on will add the PageProofer overlay to the website you are visiting, allowing you to quickly leave feedback. It will only work on websites that you allow PageProofer to be used on. A paid subscription is required, there's a free 15 day trial.

Anytime an issue is added via PageProofer on your website you can attach screenshots, attachments and comments to help explain the issue. PageProofer will automatically capture your browser details and the page url to help make reporting the issue as easy as possible. PageProofer integrates with leading project management and bug tracking software like BaseCamp, Jira, Teamwork and Trello to make your teams even more productive and to simply your team communication.

To learn more about how PageProofer works and the subscription options please visit https://pageproofer.com.                    

Extension Basic Information

Name PageProofer PageProofer
ID igjlelnabphoiimjbcjnifflnfohmopk
Official URL https://chrome.google.com/webstore/detail/pageproofer/igjlelnabphoiimjbcjnifflnfohmopk
Description The easiset way to leave feedback and track issues right on your website.
File Size 7.95 KB
Installation Count 207
Current Version 1.0.3
Last Updated 2020-05-30
Publish Date 2020-05-30
Developer pageproofer.com
Email [email protected]
Payment Type free
Extension Website https://pageproofer.com
Help Page URL https://pageproofer.com/help
Privacy Policy Page URL https://pageproofer.com/privacy-policy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PageProofer",
    "description": "The easiset way to leave feedback and track issues right on your website.",
    "version": "1.0.3",
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "embed.js"
            ],
            "run_at": "document_end"
        }
    ]
}