Volley extension

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

Hvad er Volley extension?

Volley extension er en Chrome-udvidelse udviklet af https://meetvolley.com, og dens hovedfunktion er "Volley lets you give fast, easy feedback for your website.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Volley extension-udvidelses-CRX-fil

Download Volley extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Volley extension Volley extension
ID gipdjalmbiackhnmpjlpafmiaciejfdf
Officiel URL https://chromewebstore.google.com/detail/volley-extension/gipdjalmbiackhnmpjlpafmiaciejfdf
Beskrivelse Volley lets you give fast, easy feedback for your website.
Filstørrelse 1.99 MB
Antal Installationer 2,320
Nuværende Version 1.1.36
Senest Opdateret 2024-02-16
Udgivelsesdato 2020-06-16
Bedømmelse 3.91/5 Samlet 22 Bedømmelser
Udvikler https://meetvolley.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://meetvolley.com/
URL til Fortrolighedspolitik Side https://meetvolley.com/privacy
Understøttede Sprog 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"
        }
    ]
}