Voice Polls

Create embedable polls right from your browser.

什么是Voice Polls?

Voice Polls是由Voice开发的Chrome扩展程序,该扩展的主要功能是“Create embedable polls right from your browser.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Voice Polls扩展crx文件

下载Voice Polls扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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)                    

扩展基本信息

名称 Voice Polls Voice Polls
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
}