Volley extension

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

Was ist Volley extension?

Volley extension ist eine Chrome-Erweiterung, die von https://meetvolley.com entwickelt wurde, und ihr Hauptmerkmal ist "Volley lets you give fast, easy feedback for your website.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Volley extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Volley extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Volley extension Volley extension
ID gipdjalmbiackhnmpjlpafmiaciejfdf
Offizielle URL https://chromewebstore.google.com/detail/volley-extension/gipdjalmbiackhnmpjlpafmiaciejfdf
Beschreibung Volley lets you give fast, easy feedback for your website.
Dateigröße 1.99 MB
Installationsanzahl 2,320
Aktuelle Version 1.1.36
Letztes Update 2024-02-16
Veröffentlichungsdatum 2020-06-16
Bewertung 3.91/5 Insgesamt 22 Bewertungen
Entwickler https://meetvolley.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://meetvolley.com/
URL der Datenschutzrichtlinien-Seite https://meetvolley.com/privacy
Unterstützte Sprachen 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"
        }
    ]
}