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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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