Voice Polls

Create embedable polls right from your browser.

Voice Pollsとは何ですか?

Voice PollsはVoiceによって開発されたChromeの拡張機能で、その主な機能は「Create embedable polls right from your browser.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Voice Polls拡張機能のCRXファイルをダウンロード

Voice Polls拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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)                    

拡張機能の基本情報

名前 Voice Polls Voice Polls
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
}