PageProof. Online proofing, review & approval

The perfect extension to PageProof. Let’s make reviewing and approving creative work effortless.

PageProof. Online proofing, review & approval란 무엇입니까?

PageProof. Online proofing, review & approval은(는) https://pageproof.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The perfect extension to PageProof. Let’s make reviewing and approving creative work effortless."입니다.

확장 프로그램 스크린샷

screenshot

PageProof. Online proofing, review & approval 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        PageProof is a powerful online proofing tool that makes reviewing and approving work feel effortless, turning what was once a headache into a welcome part of every day.

Files of any kind  - PDF, Adobe CC, Microsoft Office, design prototypes from Figma / Adobe XD / InVision / Sketch, staging URLs, live website URLs, web banners, movies and more - can be securely shared with your team in just a few clicks.

Learn more over at pageproof.com

Important note: The PageProof extension for Chrome only reads the website or HTML content which is running inside PageProof and does not read any other website data.                    

확장 프로그램 기본 정보

이름 PageProof. Online proofing, review & approval PageProof. Online proofing, review & approval
ID khbdkbdlepgilfkdiemkebkepekakebg
공식 URL https://chromewebstore.google.com/detail/pageproof-online-proofing/khbdkbdlepgilfkdiemkebkepekakebg
설명 The perfect extension to PageProof. Let’s make reviewing and approving creative work effortless.
파일 크기 197 KB
설치 횟수 14,027
현재 버전 1.6.5
최근 업데이트 2023-10-18
출시 날짜 2020-05-28
평점 4.84/5 총 19 개의 평점
개발자 https://pageproof.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://pageproof.com
도움말 페이지 URL https://help.pageproof.com
개인정보 보호 정책 페이지 URL https://pageproof.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PageProof. Online proofing, review & approval",
    "short_name": "PageProof",
    "description": "The perfect extension to PageProof. Let\u2019s make reviewing and approving creative work effortless.",
    "version": "1.6.5",
    "homepage_url": "https:\/\/app.pageproof.com",
    "icons": {
        "16": "assets\/images\/icon16-production.png",
        "32": "assets\/images\/icon32-production.png",
        "48": "assets\/images\/icon48-production.png",
        "128": "assets\/images\/icon128-production.png"
    },
    "browser_action": {
        "default_icon": "assets\/images\/icon32-production.png"
    },
    "web_accessible_resources": [
        "worker.*.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.pageproof.com\/*"
            ],
            "js": [
                "pageproof.bundle.js"
            ]
        },
        {
            "matches": [
                "*:\/\/www.canva.com\/design\/*\/*\/edit*"
            ],
            "js": [
                "patch-worker.js",
                "canva.bundle.js"
            ]
        },
        {
            "matches": [
                "https:\/\/app.pageproof.com\/_private\/embed-login\/*"
            ],
            "js": [
                "pageproof-embed-login.bundle.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "event.bundle.js",
            "web-url-proofing.bundle.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "cookies",
        "http:\/\/*\/",
        "https:\/\/*\/",
        ""
    ]
}