PageProofer

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

Qu'est-ce que PageProofer ?

PageProofer est une extension Chrome développée par pageproofer.com, et sa fonction principale est "The easiset way to leave feedback and track issues right on your website.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension PageProofer

Téléchargez les fichiers d'extension PageProofer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom PageProofer PageProofer
ID igjlelnabphoiimjbcjnifflnfohmopk
URL Officiel https://chrome.google.com/webstore/detail/pageproofer/igjlelnabphoiimjbcjnifflnfohmopk
Description The easiset way to leave feedback and track issues right on your website.
Taille du Fichier 7.95 KB
Nombre d'Installations 207
Version Actuelle 1.0.3
Dernière Mise à Jour 2020-05-30
Date de Publication 2020-05-30
Développeur pageproofer.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://pageproofer.com
URL de la Page d'Aide https://pageproofer.com/help
URL de la Page de Politique de Confidentialité https://pageproofer.com/privacy-policy
Langues Prises en Charge 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"
        }
    ]
}