Pagereview.io

Pagereview.io add-on to help users collaborate on website designs.Leave comments on page node, reply and collaborate with team.

Pagereview.io란 무엇입니까?

Pagereview.io은(는) https://pagereview.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Pagereview.io add-on to help users collaborate on website designs.Leave comments on page node, reply and collaborate with team."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Pagereview.io 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Pagereview makes it easier to get clear, contextual feedback for your website without the back-and-forth. Add comments directly to your website in a single click.

Perfect for website designers, content authors, developers, and clients looking to collaborate on web designs. Requires a Pagereview.io account to start. Signup at https://pagereview.io.

Capabilities

- No code installation. Using the extension ensures the widest coverage with website compatibility. Works on most modern browsers, website prototypes, multi page applications, signed in pages, single page applications.
- Pinned comments. Collect feedback with one click. Your teammates can also reply to your comments, creating a comment thread that captures context behind the feedback.
- Notify with @mentions. Never send another design feedback email again. Pagereview will automatically send an email to the user you've mentioned, notifying them to follow-up on your comment.
- Preview design suggestions. All comments come equipped with CSS modifiers that lets you quickly make visual design suggestions in a comment without needing to code anything.
- Organize with comment tags and filters. You can use these tags to filter for specific comments or comments left by certain people.

Visit https://pagereview.io to get started.                    

확장 프로그램 기본 정보

이름 Pagereview.io Pagereview.io
ID indehgojalkkaidijkkmjabaelmaalfi
공식 URL https://chromewebstore.google.com/detail/pagereviewio/indehgojalkkaidijkkmjabaelmaalfi
설명 Pagereview.io add-on to help users collaborate on website designs.Leave comments on page node, reply and collaborate with team.
파일 크기 378 KB
설치 횟수 57
현재 버전 1.3.8
최근 업데이트 2022-02-11
출시 날짜 2020-06-09
평점 5.00/5 총 1 개의 평점
개발자 https://pagereview.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://pagereview.io
도움말 페이지 URL https://pagereview.io
개인정보 보호 정책 페이지 URL https://pagereview.io/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pagereview.io",
    "version": "1.3.8",
    "manifest_version": 2,
    "description": "Pagereview.io add-on to help users collaborate on website designs.Leave comments on page node, reply and collaborate with team.",
    "homepage_url": "https:\/\/pagereview.io",
    "icons": {
        "16": "icons\/grey_icon16.png",
        "48": "icons\/grey_icon48.png",
        "128": "icons\/grey_icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/grey_icon16.png",
            "48": "icons\/grey_icon48.png",
            "128": "icons\/grey_icon128.png"
        },
        "default_title": "Pagereview.io",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}