Volley extension

Volley lets you give fast, easy feedback for your website.

What is Volley extension?

Volley extension is a Chrome extension developed by https://meetvolley.com, and its main feature is "Volley lets you give fast, easy feedback for your website.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Volley extension Extension CRX File

Download Volley extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Simply create a project, invite your team and use the chrome extension to start annotating your website. Your notes are sent to an easy-to-use collaborative workspace where your entire team can review and resolve the notes with ease.                    

Extension Basic Information

Name Volley extension Volley extension
ID gipdjalmbiackhnmpjlpafmiaciejfdf
Official URL https://chromewebstore.google.com/detail/volley-extension/gipdjalmbiackhnmpjlpafmiaciejfdf
Description Volley lets you give fast, easy feedback for your website.
File Size 1.99 MB
Installation Count 2,320
Current Version 1.1.36
Last Updated 2024-02-16
Publish Date 2020-06-16
Rating 3.91/5 Total 22 Ratings
Developer https://meetvolley.com
Email [email protected]
Payment Type free
Extension Website https://meetvolley.com/
Privacy Policy Page URL https://meetvolley.com/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Volley extension",
    "description": "Volley lets you give fast, easy feedback for your website.",
    "version": "1.1.36",
    "permissions": [
        "tabs",
        "activeTab",
        "tabCapture",
        "cookies",
        "storage",
        "desktopCapture",
        "*:\/\/*.meetvolley.com\/"
    ],
    "web_accessible_resources": [
        "static\/**\/*",
        "mic.html",
        "mic.js"
    ],
    "browser_action": [],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "main.js"
            ],
            "css": [
                "static\/css\/main.css"
            ],
            "run_at": "document_start"
        }
    ]
}