GoProof Web Proofing Extension

Collaborate on websites and HTML5 content through GoProof

什麼是GoProof Web Proofing Extension?

GoProof Web Proofing Extension是由https://goproof.net開發的Chrome擴展程式,該擴展的主要功能是“Collaborate on websites and HTML5 content through GoProof”。

擴展截圖

screenshot

下載GoProof Web Proofing Extension擴展crx文件

下載GoProof Web Proofing Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        GoProof is the best way to proof websites and online content.
 
The GoProof browser extension works with the GoProof web app to allow ​collaborators to take section grabs and full window snapshots of online content like websites, html5 banners, emails and programmatic ads.
​
Go snap as many as you want. Each grab automatically drops into GoProof as a single page in a multi-page proof, so you can open menus, scroll down and zoom in for each new snap knowing they will all be presented together in one simple interface that's shared with your team.
​
Use the 10+ proofing tools to drop comments on the grabs. Re-snap as you move through new versions in your review cycle.

Take your online creative to a final sign-off that your whole team is proud of with the GoProof Web Proofing Extension.

Want to share web proofs with your team and coworkers? Create your GoProof account at https://www.goproof.net today.                    

擴展基本資訊

名稱 GoProof Web Proofing Extension GoProof Web Proofing Extension
ID dojkgidhkgjaflhfdjkkjejbeldejehh
官方網址 https://chromewebstore.google.com/detail/goproof-web-proofing-exte/dojkgidhkgjaflhfdjkkjejbeldejehh
簡介 Collaborate on websites and HTML5 content through GoProof
檔案大小 775 KB
安裝次數 263
目前版本 1.2.2
更新時間 2022-09-06
上架時間 2021-05-18
開發者 https://goproof.net
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.goproof.net?utm_source=chromewebstore&utm_medium=chromeextension&utm_campaign=webproofing
說明頁面URL https://support.oppoliscloud.com/goproof-help-sheets
隱私政策頁面URL https://www.goproof.net/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GoProof Web Proofing Extension",
    "version": "1.2.2",
    "description": "Collaborate on websites and HTML5 content through GoProof",
    "homepage_url": "https:\/\/www.goproof.net\/",
    "manifest_version": 2,
    "minimum_chrome_version": "74",
    "icons": {
        "128": "\/icon.png"
    },
    "permissions": [
        "storage",
        "tabs",
        ""
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "\/background.js"
        ]
    },
    "options_ui": {
        "browser_style": true,
        "page": "\/options\/options.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        "\/toolbar\/toolbar.css",
        "\/content\/desktop.png",
        "\/content\/IconSignUp.png",
        "\/content\/info-circle-solid.png",
        "\/content\/laptop.png",
        "\/content\/mobile.png",
        "\/content\/stopwatch.png",
        "\/content\/tablet.png",
        "\/content\/brand.css",
        "\/content\/cropper.min.css"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/content-script.js"
            ]
        }
    ]
}