Volley extension

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

Apa itu Volley extension?

Volley extension adalah ekstensi Chrome yang dikembangkan oleh https://meetvolley.com, dan fitur utamanya adalah "Volley lets you give fast, easy feedback for your website.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Volley extension

Unduh file ekstensi Volley extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Volley extension Volley extension
ID gipdjalmbiackhnmpjlpafmiaciejfdf
URL Resmi https://chromewebstore.google.com/detail/volley-extension/gipdjalmbiackhnmpjlpafmiaciejfdf
Deskripsi Volley lets you give fast, easy feedback for your website.
Ukuran File 1.99 MB
Jumlah Instalasi 2,320
Versi Saat Ini 1.1.36
Terakhir Diperbarui 2024-02-16
Tanggal Publikasi 2020-06-16
Penilaian 3.91/5 Total 22 Penilaian
Pengembang https://meetvolley.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://meetvolley.com/
URL Halaman Kebijakan Privasi https://meetvolley.com/privacy
Bahasa yang Didukung 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"
        }
    ]
}