Volley extension

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

Volley extension là gì?

Volley extension là một tiện ích mở rộng Chrome được phát triển bởi https://meetvolley.com, và tính năng chính của nó là "Volley lets you give fast, easy feedback for your website.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Volley extension

Tải xuống các tệp mở rộng Volley extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Volley extension Volley extension
ID gipdjalmbiackhnmpjlpafmiaciejfdf
URL Chính Thức https://chromewebstore.google.com/detail/volley-extension/gipdjalmbiackhnmpjlpafmiaciejfdf
Mô tả Volley lets you give fast, easy feedback for your website.
Kích Thước Tệp 1.99 MB
Số Lần Cài Đặt 2,320
Phiên Bản Hiện Tại 1.1.36
Cập Nhật Lần Cuối 2024-02-16
Ngày Phát Hành 2020-06-16
Đánh Giá 3.91/5 Tổng số 22 Đánh Giá
Nhà Phát Triển https://meetvolley.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://meetvolley.com/
URL Trang Chính Sách Bảo Mật https://meetvolley.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}