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文件

下載NewsWhip Chrome Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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\/*"
    ]
}