Volley extension

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

O que é Volley extension?

Volley extension é uma extensão do Chrome desenvolvida por https://meetvolley.com, e sua principal característica é "Volley lets you give fast, easy feedback for your website.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Volley extension

Baixe arquivos de extensão Volley extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Volley extension Volley extension
ID gipdjalmbiackhnmpjlpafmiaciejfdf
URL Oficial https://chromewebstore.google.com/detail/volley-extension/gipdjalmbiackhnmpjlpafmiaciejfdf
Descrição Volley lets you give fast, easy feedback for your website.
Tamanho do Arquivo 1.99 MB
Contagem de Instalações 2,320
Versão Atual 1.1.36
Última Atualização 2024-02-16
Data de Publicação 2020-06-16
Classificação 3.91/5 Total de 22 Avaliações
Desenvolvedor https://meetvolley.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://meetvolley.com/
URL da Página de Política de Privacidade https://meetvolley.com/privacy
Idiomas Suportados 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"
        }
    ]
}