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.」です。
拡張機能のスクリーンショット
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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:\/\/*\/",
" | |