Voice Polls
Create embedable polls right from your browser.
Apa itu Voice Polls?
Voice Polls adalah ekstensi Chrome yang dikembangkan oleh Voice, dan fitur utamanya adalah "Create embedable polls right from your browser.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Voice Polls
Unduh file ekstensi Voice Polls dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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)
Informasi Dasar Ekstensi
Nama | |
ID | kcaaiepbbledhhfmdjbhfcajdafohjaf |
URL Resmi | https://chrome.google.com/webstore/detail/voice-polls/kcaaiepbbledhhfmdjbhfcajdafohjaf |
Deskripsi | Create embedable polls right from your browser. |
Ukuran File | 13.94 KB |
Jumlah Instalasi | 139 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2014-10-02 |
Tanggal Publikasi | 2014-10-02 |
Penilaian | 5.00/5 Total 6 Penilaian |
Pengembang | Voice |
Tipe Pembayaran | free |
Situs Ekstensi | https://voicepolls.com |
URL Halaman Bantuan | https://www.youtube.com/watch?v=mfZqQpXJ_YU |
Bahasa yang Didukung | 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 } |