Voice Polls
Create embedable polls right from your browser.
Was ist Voice Polls?
Voice Polls ist eine Chrome-Erweiterung, die von Voice entwickelt wurde, und ihr Hauptmerkmal ist "Create embedable polls right from your browser.".
Erweiterungsscreenshots
Voice Polls-Erweiterungs-CRX-Datei herunterladen
Laden Sie Voice Polls-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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)
Grundlegende Informationen zur Erweiterung
Name | |
ID | kcaaiepbbledhhfmdjbhfcajdafohjaf |
Offizielle URL | https://chrome.google.com/webstore/detail/voice-polls/kcaaiepbbledhhfmdjbhfcajdafohjaf |
Beschreibung | Create embedable polls right from your browser. |
Dateigröße | 13.94 KB |
Installationsanzahl | 139 |
Aktuelle Version | 1.1 |
Letztes Update | 2014-10-02 |
Veröffentlichungsdatum | 2014-10-02 |
Bewertung | 5.00/5 Insgesamt 6 Bewertungen |
Entwickler | Voice |
Zahlungsart | free |
Erweiterungswebsite | https://voicepolls.com |
Hilfeseite URL | https://www.youtube.com/watch?v=mfZqQpXJ_YU |
Unterstützte Sprachen | 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 } |