Woises

Product Management Simplified. Close the loop of product innovation. From Customer Voice to Customer Delight

什麼是Woises?

Woises是由http://www.woises.com開發的Chrome擴展程式,該擴展的主要功能是“Product Management Simplified. Close the loop of product innovation. From Customer Voice to Customer Delight”。

擴展截圖

screenshot
screenshot
screenshot

下載Woises擴展crx文件

下載Woises擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Woises is a enabler for Product Managers to evangelise compelling products. It offers a one stop place for handling : Ideas, Feedback,Requirmenets and Competitor benchmarking all at one place. Move away from scaterred logs of calls and emails, focus on what matters. No more searching for context

Woises is simple to set-up and capture requirements across Web and Mobile
Google Chrome Extension is a very easy way to book mark the competitor information and new ideas as you get inspired while browsing. All you need to do is to click on the extension and make some choices. The idea is captured for next action.

The Woises added through extension is available on Woises.com under "Idea Board" section for further action.

Have any questions or recommendations? 

Shoot us an email at 
[email protected]

Or catch us on social media: 
Twitter: @allwoises                    

擴展基本資訊

名稱 Woises Woises
ID ffeemjpkndalmiaibbonpnhffnjebpai
官方網址 https://chrome.google.com/webstore/detail/woises/ffeemjpkndalmiaibbonpnhffnjebpai
簡介 Product Management Simplified. Close the loop of product innovation. From Customer Voice to Customer Delight
檔案大小 1.28 MB
安裝次數 15
目前版本 2.1
更新時間 2018-01-04
上架時間 2018-01-04
評分 5.00/5 共 2 次評分
開發者 http://www.woises.com
電子郵箱 [email protected]
付費類型 free
擴展官網 http://www.woises.com
隱私政策頁面URL https://www.woises.com/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Woises",
    "short_name": "W+",
    "description": "Product Management Simplified. Close the loop of product innovation. From Customer Voice to Customer Delight",
    "version": "2.1",
    "options_page": "options.html",
    "homepage_url": "https:\/\/woises.com",
    "background": {
        "scripts": [
            "event.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "identity",
        "contextMenus",
        "activeTab",
        "tabs",
        "alarms",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "https:\/\/woises.com\/",
        "https:\/\/www.woises.com\/"
    ],
    "browser_action": {
        "default_icon": {
            "19": "img\/W_19.png",
            "38": "img\/W_38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Add Request"
    },
    "icons": {
        "128": "img\/W_128.png",
        "16": "img\/W_16.png",
        "32": "img\/W_32.png",
        "48": "img\/W_48.png"
    }
}