PageProof. Online proofing, review & approval
The perfect extension to PageProof. Let’s make reviewing and approving creative work effortless.
Apa itu PageProof. Online proofing, review & approval?
PageProof. Online proofing, review & approval adalah ekstensi Chrome yang dikembangkan oleh https://pageproof.com, dan fitur utamanya adalah "The perfect extension to PageProof. Let’s make reviewing and approving creative work effortless.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi PageProof. Online proofing, review & approval
Unduh file ekstensi PageProof. Online proofing, review & approval dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | PageProof. Online proofing, review & approval |
ID | khbdkbdlepgilfkdiemkebkepekakebg |
URL Resmi | https://chromewebstore.google.com/detail/pageproof-online-proofing/khbdkbdlepgilfkdiemkebkepekakebg |
Deskripsi | The perfect extension to PageProof. Let’s make reviewing and approving creative work effortless. |
Ukuran File | 197 KB |
Jumlah Instalasi | 14,027 |
Versi Saat Ini | 1.6.5 |
Terakhir Diperbarui | 2023-10-18 |
Tanggal Publikasi | 2020-05-28 |
Penilaian | 4.84/5 Total 19 Penilaian |
Pengembang | https://pageproof.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://pageproof.com |
URL Halaman Bantuan | https://help.pageproof.com |
URL Halaman Kebijakan Privasi | https://pageproof.com/privacy |
Bahasa yang Didukung | 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:\/\/*\/", " |