PageProof. Online proofing, review & approval

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

Cos'è PageProof. Online proofing, review & approval?

PageProof. Online proofing, review & approval è un'estensione di Chrome sviluppata da https://pageproof.com, e la sua funzione principale è "The perfect extension to PageProof. Let’s make reviewing and approving creative work effortless.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione PageProof. Online proofing, review & approval

Scarica i file di estensione PageProof. Online proofing, review & approval in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome PageProof. Online proofing, review & approval PageProof. Online proofing, review & approval
ID khbdkbdlepgilfkdiemkebkepekakebg
URL Ufficiale https://chromewebstore.google.com/detail/pageproof-online-proofing/khbdkbdlepgilfkdiemkebkepekakebg
Descrizione The perfect extension to PageProof. Let’s make reviewing and approving creative work effortless.
Dimensione del File 197 KB
Conteggio Installazioni 14,027
Versione Corrente 1.6.5
Ultimo Aggiornamento 2023-10-18
Data di Pubblicazione 2020-05-28
Valutazione 4.84/5 Totale 19 Valutazioni
Sviluppatore https://pageproof.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://pageproof.com
URL della Pagina di Aiuto https://help.pageproof.com
URL della Pagina della Politica sulla Privacy https://pageproof.com/privacy
Lingue Supportate 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:\/\/*\/",
        ""
    ]
}