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文件

下載PageProof. Online proofing, review & approval擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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:\/\/*\/",
        ""
    ]
}