PageProofer

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

Was ist PageProofer?

PageProofer ist eine Chrome-Erweiterung, die von pageproofer.com entwickelt wurde, und ihr Hauptmerkmal ist "The easiset way to leave feedback and track issues right on your website.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

PageProofer-Erweiterungs-CRX-Datei herunterladen

Laden Sie PageProofer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name PageProofer PageProofer
ID igjlelnabphoiimjbcjnifflnfohmopk
Offizielle URL https://chrome.google.com/webstore/detail/pageproofer/igjlelnabphoiimjbcjnifflnfohmopk
Beschreibung The easiset way to leave feedback and track issues right on your website.
Dateigröße 7.95 KB
Installationsanzahl 207
Aktuelle Version 1.0.3
Letztes Update 2020-05-30
Veröffentlichungsdatum 2020-05-30
Entwickler pageproofer.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://pageproofer.com
Hilfeseite URL https://pageproofer.com/help
URL der Datenschutzrichtlinien-Seite https://pageproofer.com/privacy-policy
Unterstützte Sprachen 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"
        }
    ]
}