PageProofer

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

什麼是PageProofer?

PageProofer是由pageproofer.com開發的Chrome擴展程式,該擴展的主要功能是“The easiset way to leave feedback and track issues right on your website.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載PageProofer擴展crx文件

下載PageProofer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 PageProofer PageProofer
ID igjlelnabphoiimjbcjnifflnfohmopk
官方網址 https://chrome.google.com/webstore/detail/pageproofer/igjlelnabphoiimjbcjnifflnfohmopk
簡介 The easiset way to leave feedback and track issues right on your website.
檔案大小 7.95 KB
安裝次數 207
目前版本 1.0.3
更新時間 2020-05-30
上架時間 2020-05-30
開發者 pageproofer.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://pageproofer.com
說明頁面URL https://pageproofer.com/help
隱私政策頁面URL https://pageproofer.com/privacy-policy
支援的語言 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"
        }
    ]
}