Inpulsify

Content Insights for Articles - Unlock your writing with the power of AI

Inpulsifyとは何ですか?

InpulsifyはKaivalya Gandhiによって開発されたChromeの拡張機能で、その主な機能は「Content Insights for Articles - Unlock your writing with the power of AI」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Content Insights for Articles - Unlock your writing with the power of AI

Predict reaction instantly.
Gauge how your writing could come across to your audience with a single click. Advanced machine learning predicts emotion (happy, neutral, sad) and virality (0-100) to help you make sure you're putting your best foot forward.

Uncover bias, discover topics.
Understand your content's political bias (conservative, green, liberal, libertarian) so you know how to make your mark. Stay ahead of the game by knowing what topics your content relates to.


FAQs

Q) What websites does the extension support?
A) We currently only support drafts and published articles on Medium.com & are looking into supporting other popular content platforms in the future. 

Q) How do I know your extension is accurate? 
A) We have partnered with Indico Data Solutions, which was recently featured in Bloomberg Business and set a new record for 93.8% accuracy in one of their studies. We constantly test the predictions made by our tool and explore ways to improve them, but cannot guarantee its accuracy for all content.

We're working hard on our next update which will add more insights and features to the extension, as we talk to potential users to understand how this can best help them. Stay tuned!                    

拡張機能の基本情報

名前 Inpulsify Inpulsify
ID cmmogjkkpmahfjkipdfanfljaabejnhf
公式URL https://chromewebstore.google.com/detail/inpulsify/cmmogjkkpmahfjkipdfanfljaabejnhf
説明 Content Insights for Articles - Unlock your writing with the power of AI
ファイルサイズ 131 KB
インストール数 562
現在のバージョン 1.0.0
最終更新日 2016-01-11
公開日 2016-01-11
評価 4.20/5 合計 5 レビュー
開発者 Kaivalya Gandhi
支払い方法 free
拡張機能のウェブサイト http://inpulsify.com
ヘルプページのURL http://inpulsify.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Inpulsify",
    "version": "1.0.0",
    "description": "Content Insights for Articles - Unlock your writing with the power of AI",
    "browser_action": {
        "default_icon": "Img\/logo.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "Img\/favicon.png",
        "48": "Img\/logo.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "content.js"
            ]
        }
    ]
}