Roadmap

Capture product feedback anywhere.

Roadmap란 무엇입니까?

Roadmap은(는) https://roadmap.space에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Capture product feedback anywhere."입니다.

확장 프로그램 스크린샷

screenshot

Roadmap 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Roadmap Roadmap
ID acgfcgmnegdfncljdiinbkhohndjoooj
공식 URL https://chromewebstore.google.com/detail/roadmap/acgfcgmnegdfncljdiinbkhohndjoooj
설명 Capture product feedback anywhere.
파일 크기 983 KB
설치 횟수 99
현재 버전 1.2.0
최근 업데이트 2021-12-30
출시 날짜 2020-01-23
평점 5.00/5 총 6 개의 평점
개발자 https://roadmap.space
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://roadmap.space
도움말 페이지 URL https://roadmap.space/help/integrations/communication-tools/chrome-extension/
개인정보 보호 정책 페이지 URL https://roadmap.space/legal/privacy-policy
지원되는 언어 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\/"
    ]
}