Voice Polls
Create embedable polls right from your browser.
Voice Polls란 무엇입니까?
Voice Polls은(는) Voice에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Create embedable polls right from your browser."입니다.
확장 프로그램 스크린샷
Voice Polls 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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)
확장 프로그램 기본 정보
이름 | |
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 } |