Roadmap
Capture product feedback anywhere.
什麼是Roadmap?
Roadmap是由https://roadmap.space開發的Chrome擴展程式,該擴展的主要功能是“Capture product feedback anywhere.”。
擴展截圖
下載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 |
ID | acgfcgmnegdfncljdiinbkhohndjoooj |
官方網址 | 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": [ " |