Product Maps Tool

閲覧しているwebサイトに対して、いつでも簡単にスクリーンショットや動画付きのフィードバックを投稿することができます。レビューや機能要望・バグ報告など、Webサイトへのフィードバックのハードルを下げ、社内の意見を円滑に収集します。

Apa itu Product Maps Tool?

Product Maps Tool adalah ekstensi Chrome yang dikembangkan oleh https://productmaps.com, dan fitur utamanya adalah "閲覧しているwebサイトに対して、いつでも簡単にスクリーンショットや動画付きのフィードバックを投稿することができます。レビューや機能要望・バグ報告など、Webサイトへのフィードバックのハードルを下げ、社内の意見を円滑に収集します。".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Product Maps Tool

Unduh file ekstensi Product Maps Tool dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        【ProductMapsToolの主な機能】
1. 画面キャプチャ
あらゆるWebサイトで、要素を選択した上でのスクリーンショットや動画の取得

2. 注釈機能
撮影したスクリーンショットに対して、矢印やボックス、コメントなどを使って簡単に絵を描き補足

3. メタデータの自動取得
フィードバック投稿者のシステム環境に関してのメタデータを自動で取得

4. フィードバックの管理
複数のボードを作成してフィードバックを用途に合わせて管理、カラムをカスタマイズしてフィードバックの優先順位の整理が可能

5. 各種ツールと連携
SlackやGithubなどの各種ツールと連携することで、様々な情報をProductMapsで一元管理することが可能

【活用事例】
・社内フィードバック
・バグ収集
・VOC収集
…など

【料金プラン】
2ヶ月間無料で全ての機能が利用可能(クレジットカード不要)



【ヘルプ】
ツールに対してご不明な点は、下記の問い合わせフォームからお申し付けください。
https://docs.google.com/forms/d/e/1FAIpQLSdvkema4kMu8GyFTLokqd65PI3FWJ_r36ul_jplpz7_Z3pDoA/viewform                    

Informasi Dasar Ekstensi

Nama Product Maps Tool Product Maps Tool
ID jdhcolndicnhbplmogedgnfjphdnmchm
URL Resmi https://chromewebstore.google.com/detail/product-maps-tool/jdhcolndicnhbplmogedgnfjphdnmchm
Deskripsi 閲覧しているwebサイトに対して、いつでも簡単にスクリーンショットや動画付きのフィードバックを投稿することができます。レビューや機能要望・バグ報告など、Webサイトへのフィードバックのハードルを下げ、社内の意見を円滑に収集します。
Ukuran File 4.26 MB
Jumlah Instalasi 138
Versi Saat Ini 5.17
Terakhir Diperbarui 2023-08-27
Tanggal Publikasi 2022-12-10
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://productmaps.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://productmaps.com/
URL Halaman Bantuan https://productmaps.com/
Bahasa yang Didukung ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Product Maps Tool",
    "description": "\u95b2\u89a7\u3057\u3066\u3044\u308bweb\u30b5\u30a4\u30c8\u306b\u5bfe\u3057\u3066\u3001\u3044\u3064\u3067\u3082\u7c21\u5358\u306b\u30b9\u30af\u30ea\u30fc\u30f3\u30b7\u30e7\u30c3\u30c8\u3084\u52d5\u753b\u4ed8\u304d\u306e\u30d5\u30a3\u30fc\u30c9\u30d0\u30c3\u30af\u3092\u6295\u7a3f\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002\u30ec\u30d3\u30e5\u30fc\u3084\u6a5f\u80fd\u8981\u671b\u30fb\u30d0\u30b0\u5831\u544a\u306a\u3069\u3001Web\u30b5\u30a4\u30c8\u3078\u306e\u30d5\u30a3\u30fc\u30c9\u30d0\u30c3\u30af\u306e\u30cf\u30fc\u30c9\u30eb\u3092\u4e0b\u3052\u3001\u793e\u5185\u306e\u610f\u898b\u3092\u5186\u6ed1\u306b\u53ce\u96c6\u3057\u307e\u3059\u3002",
    "version": "5.17",
    "devtools_page": "devtools.html",
    "action": {
        "default_icon": "logo.png",
        "default_title": "Product Maps Tool",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "all_frames": false,
            "matches": [
                ""
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "js\/vendor.js",
                "js\/content.js"
            ]
        }
    ],
    "content_security_policy": {
        "script-src": "'self' https:\/\/ssl.google-analytics.com",
        "object-src": "'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "logo_dark.svg",
                "mark_element.svg",
                "video_capture.svg",
                "pict_capture.svg",
                "marker_cursor.png",
                "emulator_tutorial.png",
                "product_maps_tool.html",
                "capture_page.html"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "extension_ids": [],
            "use_dynamic_url": true
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        ""
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    }
}