Inpulsify

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

Was ist Inpulsify?

Inpulsify ist eine Chrome-Erweiterung, die von Kaivalya Gandhi entwickelt wurde, und ihr Hauptmerkmal ist "Content Insights for Articles - Unlock your writing with the power of AI".

Erweiterungsscreenshots

screenshot
screenshot

Inpulsify-Erweiterungs-CRX-Datei herunterladen

Laden Sie Inpulsify-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Inpulsify Inpulsify
ID cmmogjkkpmahfjkipdfanfljaabejnhf
Offizielle URL https://chromewebstore.google.com/detail/inpulsify/cmmogjkkpmahfjkipdfanfljaabejnhf
Beschreibung Content Insights for Articles - Unlock your writing with the power of AI
Dateigröße 131 KB
Installationsanzahl 562
Aktuelle Version 1.0.0
Letztes Update 2016-01-11
Veröffentlichungsdatum 2016-01-11
Bewertung 4.20/5 Insgesamt 5 Bewertungen
Entwickler Kaivalya Gandhi
Zahlungsart free
Erweiterungswebsite http://inpulsify.com
Hilfeseite URL http://inpulsify.com
Unterstützte Sprachen 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"
            ]
        }
    ]
}