Volley extension

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

Cos'è Volley extension?

Volley extension è un'estensione di Chrome sviluppata da https://meetvolley.com, e la sua funzione principale è "Volley lets you give fast, easy feedback for your website.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Volley extension

Scarica i file di estensione Volley extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Volley extension Volley extension
ID gipdjalmbiackhnmpjlpafmiaciejfdf
URL Ufficiale https://chromewebstore.google.com/detail/volley-extension/gipdjalmbiackhnmpjlpafmiaciejfdf
Descrizione Volley lets you give fast, easy feedback for your website.
Dimensione del File 1.99 MB
Conteggio Installazioni 2,320
Versione Corrente 1.1.36
Ultimo Aggiornamento 2024-02-16
Data di Pubblicazione 2020-06-16
Valutazione 3.91/5 Totale 22 Valutazioni
Sviluppatore https://meetvolley.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://meetvolley.com/
URL della Pagina della Politica sulla Privacy https://meetvolley.com/privacy
Lingue Supportate 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"
        }
    ]
}