Volley extension

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

什麼是Volley extension?

Volley extension是由https://meetvolley.com開發的Chrome擴展程式,該擴展的主要功能是“Volley lets you give fast, easy feedback for your website.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Volley extension擴展crx文件

下載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
官方網址 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"
        }
    ]
}