Volley extension

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

Qu'est-ce que Volley extension ?

Volley extension est une extension Chrome développée par https://meetvolley.com, et sa fonction principale est "Volley lets you give fast, easy feedback for your website.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Volley extension

Téléchargez les fichiers d'extension Volley extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Volley extension Volley extension
ID gipdjalmbiackhnmpjlpafmiaciejfdf
URL Officiel https://chromewebstore.google.com/detail/volley-extension/gipdjalmbiackhnmpjlpafmiaciejfdf
Description Volley lets you give fast, easy feedback for your website.
Taille du Fichier 1.99 MB
Nombre d'Installations 2,320
Version Actuelle 1.1.36
Dernière Mise à Jour 2024-02-16
Date de Publication 2020-06-16
Évaluation 3.91/5 Total 22 Évaluations
Développeur https://meetvolley.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://meetvolley.com/
URL de la Page de Politique de Confidentialité https://meetvolley.com/privacy
Langues Prises en Charge 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"
        }
    ]
}