PageProofer

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

Vad är PageProofer?

PageProofer är en Chrome-tillägg utvecklad av pageproofer.com, och dess huvudfunktion är "The easiset way to leave feedback and track issues right on your website.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner PageProofer-förlängningens CRX-fil

Ladda ner PageProofer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn PageProofer PageProofer
ID igjlelnabphoiimjbcjnifflnfohmopk
Officiell webbadress https://chrome.google.com/webstore/detail/pageproofer/igjlelnabphoiimjbcjnifflnfohmopk
Beskrivning The easiset way to leave feedback and track issues right on your website.
Filstorlek 7.95 KB
Antal Installationer 207
Aktuell Version 1.0.3
Senast Uppdaterad 2020-05-30
Publiceringsdatum 2020-05-30
Utvecklare pageproofer.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://pageproofer.com
Hjälpsida URL https://pageproofer.com/help
URL till Sekretesspolicy Sidan https://pageproofer.com/privacy-policy
Stödda Språk 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"
        }
    ]
}