Roadmap

Capture product feedback anywhere.

Qu'est-ce que Roadmap ?

Roadmap est une extension Chrome développée par https://roadmap.space, et sa fonction principale est "Capture product feedback anywhere.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Roadmap

Téléchargez les fichiers d'extension Roadmap au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Roadmap Roadmap
ID acgfcgmnegdfncljdiinbkhohndjoooj
URL Officiel https://chromewebstore.google.com/detail/roadmap/acgfcgmnegdfncljdiinbkhohndjoooj
Description Capture product feedback anywhere.
Taille du Fichier 983 KB
Nombre d'Installations 99
Version Actuelle 1.2.0
Dernière Mise à Jour 2021-12-30
Date de Publication 2020-01-23
Évaluation 5.00/5 Total 6 Évaluations
Développeur https://roadmap.space
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://roadmap.space
URL de la Page d'Aide https://roadmap.space/help/integrations/communication-tools/chrome-extension/
URL de la Page de Politique de Confidentialité https://roadmap.space/legal/privacy-policy
Langues Prises en Charge 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\/"
    ]
}