GoProof Web Proofing Extension

Collaborate on websites and HTML5 content through GoProof

GoProof Web Proofing Extension क्या है?

GoProof Web Proofing Extension https://goproof.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Collaborate on websites and HTML5 content through GoProof"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में GoProof Web Proofing Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}