Webvizio

Reduce time on revisions for live websites and apps with a collaborative feedback tool.

Webvizio क्या है?

Webvizio https://webvizio.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Reduce time on revisions for live websites and apps with a collaborative feedback tool."।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Webvizio एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Webvizio Is the ultimate visual feedback, collaboration, and productivity tool for web professionals. You can easily annotate web pages and digital assets, share visual feedback, comment on web design, track bugs, collaborate with your teams and clients, assign and track tasks, and more!

With the Webvizio Chrome Extension, you can also collaborate on password-protected websites and login-based web apps. 

How to use the extension with login-based apps:

1. Download and enable the Webvizio extension
2. Log in to Webvizio
3. Create a Webvizio project using the URL of your login-based app (e.g., appname.com/login or yoursite.com/wp-admin)
4. Log in to your app (it must be the same browser session)
5. Go to your Webvizio project settings
6. Enable Chrome extension
7. Reload your browser page with the Webvizio app.

Need extra help? Contact us at [email protected].                    

एक्सटेंशन की मूल जानकारी

नाम Webvizio Webvizio
ID dpgepcgkiaafcpjnficbigmdmeabhndk
आधिकारिक URL https://chromewebstore.google.com/detail/webvizio/dpgepcgkiaafcpjnficbigmdmeabhndk
विवरण Reduce time on revisions for live websites and apps with a collaborative feedback tool.
फ़ाइल का आकार 35.89 KB
स्थापना संख्या 1,569
वर्तमान संस्करण 1.0.1.4
अंतिम अपडेट 2023-11-03
प्रकाशन तिथि 2022-08-14
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://webvizio.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://webvizio.com
सहायता पृष्ठ URL https://webvizio.com/help-center/
गोपनीयता नीति पृष्ठ URL https://webvizio.com/documents/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "minimum_chrome_version": "96",
    "name": "Webvizio",
    "description": "Reduce time on revisions for live websites and apps with a collaborative feedback tool.",
    "version": "1.0.1.4",
    "manifest_version": 3,
    "permissions": [
        "cookies",
        "declarativeNetRequestWithHostAccess",
        "webNavigation"
    ],
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16c.png",
        "32": "icon32c.png",
        "48": "icon48c.png",
        "128": "icon128c.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "webvizio-app.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.webvizio.com\/*",
                "*:\/\/*.webvizio.my\/*"
            ],
            "js": [
                "webvizio-connector.js"
            ],
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        ""
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.webvizio.com\/*"
        ]
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "background": {
        "service_worker": "bg.js"
    }
}