Pepper Flow Digital Review

Review web pages in their native format with the life science industry’s first interactive review solution.

Pepper Flow Digital Reviewคืออะไร?

Pepper Flow Digital Review เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Vodori และคุณลักษณะหลักของมันคือ "Review web pages in their native format with the life science industry’s first interactive review solution."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pepper Flow Digital Review

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

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

                        You must have a Pepper Flow Digital Review license, purchased through Vodori, to use this extension. 

Never route another PDF of web page screenshots again. This add-on to Pepper Flow allows your company to review web pages and apps in their interactive, native format, regardless of the web content management system you use. The result? Your team saves time and improves communication during the review process.


ANNOTATE DIRECTLY ON WEB CONTENT
Instead of commenting on a PDF of screenshots, place annotations directly on the web page. Other Pepper Flow users will see these annotations right where you left them, enabling them to view comments and confirm functionality in context. 

TAKE SCREENSHOTS FOR EASY RECORDKEEPING
Keep track of what your team reviewed with screenshots. Select the type of screenshot you’d like, and Pepper Flow will do the rest, saving the screenshots for later version comparison or audit needs.

COMPLETE AN ENTIRE JOB WITHIN THE EXTENSION
Pepper Flow Digital Review also provides other capabilities to help you complete your web jobs, such as viewing task progress, editing metadata, managing assignees, and downloading review summary reports.

ACCESS WEB CONTENT FROM PEPPER FLOW
Access digital content from the Pepper Flow library, jobs board and notifications.

For more information on Pepper Flow Digital Review, visit https://www.vodori.com/products/pepper-flow-digital-review                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Pepper Flow Digital Review Pepper Flow Digital Review
ID heejmadlpimhgikldldieplegefeomkf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pepper-flow-digital-revie/heejmadlpimhgikldldieplegefeomkf
คำอธิบาย Review web pages in their native format with the life science industry’s first interactive review solution.
ขนาดไฟล์ 1.7 MB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 2.0.2
อัปเดตครั้งล่าสุด 2023-06-30
วันที่เผยแพร่ 2020-04-27
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Vodori
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.vodori.com/products/pepper-flow-digital-review
URL หน้าช่วยเหลือ https://help.vodori.com
URL หน้านโยบายความเป็นส่วนตัว https://www.vodori.com/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pepper Flow Digital Review",
    "version": "2.0.2",
    "manifest_version": 3,
    "description": "Review web pages in their native format with the life science industry\u2019s first interactive review solution.",
    "homepage_url": "https:\/\/www.vodori.com\/products\/pepper-flow-digital-review\/",
    "icons": {
        "16": "\/assets\/images\/icon-16x16.png",
        "48": "\/assets\/images\/icon-48x48.png",
        "128": "\/assets\/images\/icon-128x128.png"
    },
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "action": {
        "default_icon": "\/assets\/images\/icon-128x128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "scripting",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": false,
            "js": [
                "\/assets\/scripts\/tabReset.js"
            ],
            "run_at": "document_start"
        }
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "requests_rules.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/pages\/tenant.html",
                "\/pages\/sidebar.html",
                "\/styles\/content.css",
                "\/assets\/images\/pepper-logo.png",
                "\/assets\/images\/*",
                "\/assets\/images\/cursors\/*",
                "\/styles\/*",
                "\/styles\/files\/*",
                "\/styles\/fonts\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}