Volley extension

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

Wat is Volley extension?

Volley extension is een Chrome-extensie ontwikkeld door https://meetvolley.com, en de belangrijkste functie is "Volley lets you give fast, easy feedback for your website.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Volley extension

Download Volley extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Volley extension Volley extension
ID gipdjalmbiackhnmpjlpafmiaciejfdf
Officiële URL https://chromewebstore.google.com/detail/volley-extension/gipdjalmbiackhnmpjlpafmiaciejfdf
Beschrijving Volley lets you give fast, easy feedback for your website.
Bestandsgrootte 1.99 MB
Aantal Installaties 2,320
Huidige Versie 1.1.36
Laatst Bijgewerkt 2024-02-16
Publicatiedatum 2020-06-16
Beoordeling 3.91/5 Totaal 22 Beoordelingen
Ontwikkelaar https://meetvolley.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://meetvolley.com/
URL van de Privacybeleid Pagina https://meetvolley.com/privacy
Ondersteunde Talen 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"
        }
    ]
}