Voice Polls
Create embedable polls right from your browser.
Voice Polls क्या है?
Voice Polls Voice द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create embedable polls right from your browser."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Voice Polls एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Voice polls allows you to create stunning polls embeddable anywhere. More engaging and insightful than a like button, Voice polls considerably increase user retention. Poll your social networks, collect feedback in real time and create meaningful engagement with your communities. Access real time opinion analytics that are easy to understand , analyse and share. +++With Voice Polls you can+++ -Add a broad variety of medias to your polls (pictures, video, soundtracks etc) -Create sets of questions -Share your poll on all social networks (Facebook, Twitter, Google+ etc) -Access opinion insight -Reach the Voice Poll App community for free (see https://voicepolls.com)
एक्सटेंशन की मूल जानकारी
नाम | |
ID | kcaaiepbbledhhfmdjbhfcajdafohjaf |
आधिकारिक URL | https://chrome.google.com/webstore/detail/voice-polls/kcaaiepbbledhhfmdjbhfcajdafohjaf |
विवरण | Create embedable polls right from your browser. |
फ़ाइल का आकार | 13.94 KB |
स्थापना संख्या | 139 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2014-10-02 |
प्रकाशन तिथि | 2014-10-02 |
रेटिंग | 5.00/5 कुल 6 रेटिंग्स |
डेवलपर | Voice |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://voicepolls.com |
सहायता पृष्ठ URL | https://www.youtube.com/watch?v=mfZqQpXJ_YU |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Voice Polls", "description": "Create embedable polls right from your browser.", "version": "1.1", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_title": "Create a poll", "default_icon": "icon16.png" }, "manifest_version": 2, "offline_enabled": false } |