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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
            ]
        }
    ]
}