Roadmap

Capture product feedback anywhere.

Roadmapとは何ですか?

Roadmapはhttps://roadmap.spaceによって開発されたChromeの拡張機能で、その主な機能は「Capture product feedback anywhere.」です。

拡張機能のスクリーンショット

screenshot

Roadmap拡張機能のCRXファイルをダウンロード

Roadmap拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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\/"
    ]
}