Voice Polls

Create embedable polls right from your browser.

Qu'est-ce que Voice Polls ?

Voice Polls est une extension Chrome développée par Voice, et sa fonction principale est "Create embedable polls right from your browser.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Voice Polls

Téléchargez les fichiers d'extension Voice Polls au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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)                    

Informations de Base sur l'Extension

Nom Voice Polls Voice Polls
ID kcaaiepbbledhhfmdjbhfcajdafohjaf
URL Officiel https://chrome.google.com/webstore/detail/voice-polls/kcaaiepbbledhhfmdjbhfcajdafohjaf
Description Create embedable polls right from your browser.
Taille du Fichier 13.94 KB
Nombre d'Installations 139
Version Actuelle 1.1
Dernière Mise à Jour 2014-10-02
Date de Publication 2014-10-02
Évaluation 5.00/5 Total 6 Évaluations
Développeur Voice
Type de Paiement free
Site Web de l'Extension https://voicepolls.com
URL de la Page d'Aide https://www.youtube.com/watch?v=mfZqQpXJ_YU
Langues Prises en Charge 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
}