Roadmap

Capture product feedback anywhere.

Wat is Roadmap?

Roadmap is een Chrome-extensie ontwikkeld door https://roadmap.space, en de belangrijkste functie is "Capture product feedback anywhere.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Roadmap

Download Roadmap-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Roadmap Roadmap
ID acgfcgmnegdfncljdiinbkhohndjoooj
Officiële URL https://chromewebstore.google.com/detail/roadmap/acgfcgmnegdfncljdiinbkhohndjoooj
Beschrijving Capture product feedback anywhere.
Bestandsgrootte 983 KB
Aantal Installaties 99
Huidige Versie 1.2.0
Laatst Bijgewerkt 2021-12-30
Publicatiedatum 2020-01-23
Beoordeling 5.00/5 Totaal 6 Beoordelingen
Ontwikkelaar https://roadmap.space
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://roadmap.space
Help Pagina-URL https://roadmap.space/help/integrations/communication-tools/chrome-extension/
URL van de Privacybeleid Pagina https://roadmap.space/legal/privacy-policy
Ondersteunde Talen 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\/"
    ]
}