Roadmap

Capture product feedback anywhere.

Roadmap là gì?

Roadmap là một tiện ích mở rộng Chrome được phát triển bởi https://roadmap.space, và tính năng chính của nó là "Capture product feedback anywhere.".

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

screenshot

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

Tải xuống các tệp mở rộng Roadmap 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

                        Roadmap's Chrome extension lets teams collect product feedback from anywhere on the internet.

Highlight feedback from anywhere such as social media, 3rd party tools, or forums then click the extension to add it to Roadmap. You can add brand new feedback or add feedback to an existing idea or story, capture the URL, and add feedback on behalf of someone else, like a customer or lead.

The extension is a great way for teams to link back to feedback in situations where email isn't accessible, like Facebook and Twitter.

As you add feedback to ideas and the roadmap, you can automatically notify followers of progress. The browser icon becomes a handy link back to the original URL the feedback came from.                    

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

Tên Roadmap Roadmap
ID acgfcgmnegdfncljdiinbkhohndjoooj
URL Chính Thức https://chromewebstore.google.com/detail/roadmap/acgfcgmnegdfncljdiinbkhohndjoooj
Mô tả Capture product feedback anywhere.
Kích Thước Tệp 983 KB
Số Lần Cài Đặt 99
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2021-12-30
Ngày Phát Hành 2020-01-23
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://roadmap.space
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://roadmap.space
URL Trang Trợ Giúp https://roadmap.space/help/integrations/communication-tools/chrome-extension/
URL Trang Chính Sách Bảo Mật https://roadmap.space/legal/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Roadmap",
    "description": "Capture product feedback anywhere.",
    "version": "1.2.0",
    "browser_action": {
        "default_title": "Roadmap",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/app.roadmap.space\/"
    ]
}