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"
            ]
        }
    ]
}