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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    }
}