Volley extension

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

Co je Volley extension?

Volley extension je rozšíření Chrome vyvinuté https://meetvolley.com, a jeho hlavní funkcí je „Volley lets you give fast, easy feedback for your website.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Volley extension

Stáhněte si soubory rozšíření Volley extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Volley extension Volley extension
ID gipdjalmbiackhnmpjlpafmiaciejfdf
Oficiální URL https://chromewebstore.google.com/detail/volley-extension/gipdjalmbiackhnmpjlpafmiaciejfdf
Popis Volley lets you give fast, easy feedback for your website.
Velikost souboru 1.99 MB
Počet instalací 2,320
Aktuální Verze 1.1.36
Poslední Aktualizace 2024-02-16
Datum Vydání 2020-06-16
Hodnocení 3.91/5 Celkem 22 Hodnocení
Vývojář https://meetvolley.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://meetvolley.com/
URL Stránky Zásad Ochrany Soukromí https://meetvolley.com/privacy
Podporované Jazyky 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"
        }
    ]
}