Volley extension

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

Co to jest Volley extension?

Volley extension to rozszerzenie Chrome opracowane przez https://meetvolley.com, a jego główną funkcją jest „Volley lets you give fast, easy feedback for your website.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Volley extension

Pobierz pliki rozszerzeń Volley extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Volley extension Volley extension
ID gipdjalmbiackhnmpjlpafmiaciejfdf
Oficjalny URL https://chromewebstore.google.com/detail/volley-extension/gipdjalmbiackhnmpjlpafmiaciejfdf
Opis Volley lets you give fast, easy feedback for your website.
Rozmiar pliku 1.99 MB
Liczba instalacji 2,320
Aktualna Wersja 1.1.36
Ostatnia Aktualizacja 2024-02-16
Data Publikacji 2020-06-16
Ocena 3.91/5 Łącznie 22 Oceny
Deweloper https://meetvolley.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://meetvolley.com/
Adres URL Strony Polityki Prywatności https://meetvolley.com/privacy
Obsługiwane Języki 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"
        }
    ]
}