Inpulsify

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

O que é Inpulsify?

Inpulsify é uma extensão do Chrome desenvolvida por Kaivalya Gandhi, e sua principal característica é "Content Insights for Articles - Unlock your writing with the power of AI".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Inpulsify

Baixe arquivos de extensão Inpulsify no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Inpulsify Inpulsify
ID cmmogjkkpmahfjkipdfanfljaabejnhf
URL Oficial https://chromewebstore.google.com/detail/inpulsify/cmmogjkkpmahfjkipdfanfljaabejnhf
Descrição Content Insights for Articles - Unlock your writing with the power of AI
Tamanho do Arquivo 131 KB
Contagem de Instalações 562
Versão Atual 1.0.0
Última Atualização 2016-01-11
Data de Publicação 2016-01-11
Classificação 4.20/5 Total de 5 Avaliações
Desenvolvedor Kaivalya Gandhi
Tipo de Pagamento free
Site da Extensão http://inpulsify.com
URL da Página de Ajuda http://inpulsify.com
Idiomas Suportados 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"
            ]
        }
    ]
}