ProdPad

This extension lets you quickly add an idea to your ProdPad project from any website you're on.

ProdPadคืออะไร?

ProdPad เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.prodpad.com และคุณลักษณะหลักของมันคือ "This extension lets you quickly add an idea to your ProdPad project from any website you're on."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ProdPad

ดาวน์โหลดไฟล์ส่วนขยาย ProdPad ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Use the ProdPad Quick-Add extension to send ideas and feedback straight to your backlog from any website you are visiting.

Click the Quick-Add extension within Chrome, add idea/feedback, attach supporting info, and send it to your ProdPad backlog within seconds. Now it’s ready to be picked up and turned into a dev-ready product spec.

EASILY INSTALLED IN 1 MINUTE OR LESS.
No API key required. One sign-in is all it takes to get up and running.

INVITE UNLIMITED TEAM MEMBERS FOR ENDLESS IMPROVEMENT
Invite your full team to send ideas straight to your product backlog in ProdPad. And log crucial new customer, user, and market feedback to validate decisions moving forward.

GROW YOUR IDEAS IN PRODPAD
Develop ideas into solid product specs by attaching user stories, mockups, user personas, and other essential information – all from within ProdPad.

IDENTIFY HIGH PRIORITY IDEAS FAST WITH A VISUAL CHART
See what’s a high-impact idea and what’s not with the Priority Chart. 

WHAT IS PRODPAD?
ProdPad is a product management tool that’s helping 1000s of companies get better every day by building amazing products that customers really want. We keep you out of the “feature factory” for good with lean roadmaps, idea, and feedback management that ties actions to outcomes.

WHAT DOES PRODPAD DO?
– Aligns teams around lean roadmaps that show what needs to happen Now, Next, and Later 
– Connects ideas with feedback to create outstanding products
– Cuts your backlog in half with a priority chart and AI assistance
– Keeps you focused on success with OKRs built-in to everything
– Makes it easy to collect customer feedback from multiple sources
– Syncs with the tools you already trust to create a smooth workflow

Learn more: www.prodpad.com/features

NEED INTEGRATIONS?
We got them. ProdPad integrates with the tools you already use: Jira, Trello, Azure DevOps, Rally, GitHub, Zapier, and MANY more!

GOT A QUESTION FOR US?
Send us an email: [email protected] – we respond fast.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ProdPad ProdPad
ID bongficojipchbeemolcoojnamfabehf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/prodpad/bongficojipchbeemolcoojnamfabehf
คำอธิบาย This extension lets you quickly add an idea to your ProdPad project from any website you're on.
ขนาดไฟล์ 830 KB
จำนวนการติดตั้ง 505
เวอร์ชันปัจจุบัน 3.11.1
อัปเดตครั้งล่าสุด 2022-08-16
วันที่เผยแพร่ 2019-08-01
คะแนน 4.33/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://www.prodpad.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.prodpad.com
URL หน้าช่วยเหลือ https://help.prodpad.com
URL หน้านโยบายความเป็นส่วนตัว https://www.prodpad.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ProdPad",
    "version": "3.11.1",
    "manifest_version": 2,
    "description": "This extension lets you quickly add an idea to your ProdPad project from any website you're on.",
    "homepage_url": "http:\/\/www.prodpad.com",
    "browser_action": {
        "default_title": "Quick add to ProdPad",
        "default_icon": ".\/img\/icons\/32x32.png",
        "default_popup": ".\/index.html"
    },
    "background": {
        "page": "..\/background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/scripts\/selection.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "icons": {
        "16": ".\/img\/icons\/16x16.png",
        "32": ".\/img\/icons\/32x32.png",
        "48": ".\/img\/icons\/48x48.png",
        "128": ".\/img\/icons\/128x128.png"
    },
    "permissions": [
        "*:\/\/*.prodpad.com\/",
        "cookies",
        "alarms",
        "storage"
    ]
}