Volley extension

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

Что такое Volley extension?

Volley extension - это расширение Chrome, разработанное https://meetvolley.com, и его основная функция - "Volley lets you give fast, easy feedback for your website.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Volley extension

Скачайте файлы расширений Volley extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Volley extension Volley extension
ID gipdjalmbiackhnmpjlpafmiaciejfdf
Официальный URL https://chromewebstore.google.com/detail/volley-extension/gipdjalmbiackhnmpjlpafmiaciejfdf
Описание Volley lets you give fast, easy feedback for your website.
Размер файла 1.99 MB
Количество установок 2,320
Текущая Версия 1.1.36
Последнее Обновление 2024-02-16
Дата публикации 2020-06-16
Рейтинг 3.91/5 Всего 22 оценок
Разработчик https://meetvolley.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://meetvolley.com/
URL страницы политики конфиденциальности https://meetvolley.com/privacy
Поддерживаемые языки 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"
        }
    ]
}