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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://pagereview.io และคุณลักษณะหลักของมันคือ "Pagereview.io add-on to help users collaborate on website designs.Leave comments on page node, reply and collaborate with team."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pagereview.io

ดาวน์โหลดไฟล์ส่วนขยาย Pagereview.io ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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:\/\/*\/*"
    ]
}