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"
        }
    ]
}