PageProofer

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

O que é PageProofer?

PageProofer é uma extensão do Chrome desenvolvida por pageproofer.com, e sua principal característica é "The easiset way to leave feedback and track issues right on your website.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão PageProofer

Baixe arquivos de extensão PageProofer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome PageProofer PageProofer
ID igjlelnabphoiimjbcjnifflnfohmopk
URL Oficial https://chrome.google.com/webstore/detail/pageproofer/igjlelnabphoiimjbcjnifflnfohmopk
Descrição The easiset way to leave feedback and track issues right on your website.
Tamanho do Arquivo 7.95 KB
Contagem de Instalações 207
Versão Atual 1.0.3
Última Atualização 2020-05-30
Data de Publicação 2020-05-30
Desenvolvedor pageproofer.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://pageproofer.com
URL da Página de Ajuda https://pageproofer.com/help
URL da Página de Política de Privacidade https://pageproofer.com/privacy-policy
Idiomas Suportados 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"
        }
    ]
}