Full Page Screen Capture & Visual Feedback

Take a screenshot of a full page of the browser screen and add new comments.

什麼是Full Page Screen Capture & Visual Feedback?

Full Page Screen Capture & Visual Feedback是由https://www.plerdy.com/開發的Chrome擴展程式,該擴展的主要功能是“Take a screenshot of a full page of the browser screen and add new comments.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Full Page Screen Capture & Visual Feedback擴展crx文件

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

擴展使用說明

                        Take a screenshot of a full page of the browser screen and add new comments. You can report bugs on any website, prototype, or browser image. You can also easily communicate between employees in a team in one screenshot of a full page.

The extension captures every part of the site page and takes a URL screenshot. You can upload it as an image, tag new team members, share a link, and add new comments.

The Plerdy UX checker (https://ux.plerdy.com/) makes it easy for teams to share design and development feedback.

The Five Main Features
💬 Communication: Save time and reduce the number of emails between teams.
👌 Installation without code: There is no need to install additional code on your site with a browser extension.
🤓 Site Page Analysis: Revolutionize heuristic assessments, UX audits, and remote user testing.
👨‍💼 Management: Organize and manage your team right through the sidebar and share the finished link.
😃 Easy to use: The plugin is ideal for people with no technical knowledge.
Thousands of great teams around the world love to manage projects over the Internet.                    

擴展基本資訊

名稱 Full Page Screen Capture & Visual Feedback Full Page Screen Capture & Visual Feedback
ID gfalfgfjjngkcfhadnehacimlfhenjbo
官方網址 https://chromewebstore.google.com/detail/full-page-screen-capture/gfalfgfjjngkcfhadnehacimlfhenjbo
簡介 Take a screenshot of a full page of the browser screen and add new comments.
檔案大小 78.37 KB
安裝次數 3,023
目前版本 0.2
更新時間 2021-07-01
上架時間 2021-05-27
評分 4.43/5 共 14 次評分
開發者 https://www.plerdy.com/
電子郵箱 [email protected]
付費類型 free
擴展官網 https://ux.plerdy.com/
隱私政策頁面URL https://www.plerdy.com/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Full Page Screen Capture & Visual Feedback",
    "description": "Take a screenshot of a full page of the browser screen and add new comments.",
    "version": "0.2",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Plerdy - Full Page Screen Capture & Visual Feedback Tool",
        "default_icon": "favicon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "favicon.png",
        "48": "favicon.png",
        "128": "favicon.png"
    }
}