Woises

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

Woises क्या है?

Woises http://www.woises.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Product Management Simplified. Close the loop of product innovation. From Customer Voice to Customer Delight"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Woises एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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"
    }
}