Inpulsify

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

Qu'est-ce que Inpulsify ?

Inpulsify est une extension Chrome développée par Kaivalya Gandhi, et sa fonction principale est "Content Insights for Articles - Unlock your writing with the power of AI".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Inpulsify

Téléchargez les fichiers d'extension Inpulsify au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Inpulsify Inpulsify
ID cmmogjkkpmahfjkipdfanfljaabejnhf
URL Officiel https://chromewebstore.google.com/detail/inpulsify/cmmogjkkpmahfjkipdfanfljaabejnhf
Description Content Insights for Articles - Unlock your writing with the power of AI
Taille du Fichier 131 KB
Nombre d'Installations 562
Version Actuelle 1.0.0
Dernière Mise à Jour 2016-01-11
Date de Publication 2016-01-11
Évaluation 4.20/5 Total 5 Évaluations
Développeur Kaivalya Gandhi
Type de Paiement free
Site Web de l'Extension http://inpulsify.com
URL de la Page d'Aide http://inpulsify.com
Langues Prises en Charge 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"
            ]
        }
    ]
}