NewsWhip Chrome Extension

How viral is your content? Now, you can check with just a click.

NewsWhip Chrome Extension란 무엇입니까?

NewsWhip Chrome Extension은(는) NewsWhip Media Ltd에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "How viral is your content? Now, you can check with just a click."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

NewsWhip Chrome Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        NewsWhip is the world’s most powerful social media database, empowering the world's leading publishers and brands to predict and understand the stories that will engage their audiences. 

NewsWhip’s FREE Chrome extension lets you monitor and predict the social media performance of any link, across three major platforms — Facebook, Twitter, and Pinterest. 

Just how shareable is piece of content? The Chrome Extension is an easy way to see which links are being shared, and how they’re predicted to drive more interactions. 

You can check which influencers are giving a story the most buzz across Facebook and Twitter.

The Chrome Extension dashboard displays Facebook engagements (likes, shares, comments, and reactions), Predicted Interactions, Twitter Influencer shares, and Pinterest Pins. The second half of the screen displays the Influencers for Facebook or Twitter.

You can get more details on the influencers by clicking on them and view the story in NewsWhip Spike by using the link at the foot of the page “View story on Spike”.

The Newswhip extension requires access to your active tab. This allows us to parse the page URL and provide you with accurate engagement information.                    

확장 프로그램 기본 정보

이름 NewsWhip Chrome Extension NewsWhip Chrome Extension
ID gkhdfghppaelcjpphillmhmfkhooddll
공식 URL https://chromewebstore.google.com/detail/newswhip-chrome-extension/gkhdfghppaelcjpphillmhmfkhooddll
설명 How viral is your content? Now, you can check with just a click.
파일 크기 744 KB
설치 횟수 2,093
현재 버전 1.5.2
최근 업데이트 2023-08-17
출시 날짜 2019-07-22
평점 3.43/5 총 7 개의 평점
개발자 NewsWhip Media Ltd
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.newswhip.com/
도움말 페이지 URL https://newswhip.zendesk.com/hc/en-us/sections/360001391191-Utilizing-the-NewsWhip-Chrome-Extension
개인정보 보호 정책 페이지 URL https://www.newswhip.com/newswhip-privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NewsWhip Chrome Extension",
    "short_name": "NewsWhip",
    "description": "How viral is your content? Now, you can check with just a click.",
    "version": "1.5.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html",
        "default_title": "Analyze article"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "https:\/\/api.newswhip.com\/v1\/*",
        "*:\/\/*.newswhip.com\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
    "web_accessible_resources": [
        "assets\/css\/*",
        "assets\/js\/*",
        "assets\/fonts\/*",
        "assets\/images\/*"
    ]
}