PageProof. Online proofing, review & approval
The perfect extension to PageProof. Let’s make reviewing and approving creative work effortless.
Qu'est-ce que PageProof. Online proofing, review & approval ?
PageProof. Online proofing, review & approval est une extension Chrome développée par https://pageproof.com, et sa fonction principale est "The perfect extension to PageProof. Let’s make reviewing and approving creative work effortless.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension PageProof. Online proofing, review & approval
Téléchargez les fichiers d'extension PageProof. Online proofing, review & approval au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | PageProof. Online proofing, review & approval |
ID | khbdkbdlepgilfkdiemkebkepekakebg |
URL Officiel | https://chromewebstore.google.com/detail/pageproof-online-proofing/khbdkbdlepgilfkdiemkebkepekakebg |
Description | The perfect extension to PageProof. Let’s make reviewing and approving creative work effortless. |
Taille du Fichier | 197 KB |
Nombre d'Installations | 14,027 |
Version Actuelle | 1.6.5 |
Dernière Mise à Jour | 2023-10-18 |
Date de Publication | 2020-05-28 |
Évaluation | 4.84/5 Total 19 Évaluations |
Développeur | https://pageproof.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://pageproof.com |
URL de la Page d'Aide | https://help.pageproof.com |
URL de la Page de Politique de Confidentialité | https://pageproof.com/privacy |
Langues Prises en Charge | 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:\/\/*\/", " |