Voice Polls

Create embedable polls right from your browser.

Wat is Voice Polls?

Voice Polls is een Chrome-extensie ontwikkeld door Voice, en de belangrijkste functie is "Create embedable polls right from your browser.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Voice Polls

Download Voice Polls-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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)                    

Basisinformatie over de Extensie

Naam Voice Polls Voice Polls
ID kcaaiepbbledhhfmdjbhfcajdafohjaf
Officiële URL https://chrome.google.com/webstore/detail/voice-polls/kcaaiepbbledhhfmdjbhfcajdafohjaf
Beschrijving Create embedable polls right from your browser.
Bestandsgrootte 13.94 KB
Aantal Installaties 139
Huidige Versie 1.1
Laatst Bijgewerkt 2014-10-02
Publicatiedatum 2014-10-02
Beoordeling 5.00/5 Totaal 6 Beoordelingen
Ontwikkelaar Voice
Betalingswijze free
Extensiewebsite https://voicepolls.com
Help Pagina-URL https://www.youtube.com/watch?v=mfZqQpXJ_YU
Ondersteunde Talen 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
}