PageProofer

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

PageProofer là gì?

PageProofer là một tiện ích mở rộng Chrome được phát triển bởi pageproofer.com, và tính năng chính của nó là "The easiset way to leave feedback and track issues right on your website.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng PageProofer

Tải xuống các tệp mở rộng PageProofer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PageProofer PageProofer
ID igjlelnabphoiimjbcjnifflnfohmopk
URL Chính Thức https://chrome.google.com/webstore/detail/pageproofer/igjlelnabphoiimjbcjnifflnfohmopk
Mô tả The easiset way to leave feedback and track issues right on your website.
Kích Thước Tệp 7.95 KB
Số Lần Cài Đặt 207
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2020-05-30
Ngày Phát Hành 2020-05-30
Nhà Phát Triển pageproofer.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://pageproofer.com
URL Trang Trợ Giúp https://pageproofer.com/help
URL Trang Chính Sách Bảo Mật https://pageproofer.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}