NewsWhip Chrome Extension

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

NewsWhip Chrome Extensionคืออะไร?

NewsWhip Chrome Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย NewsWhip Media Ltd และคุณลักษณะหลักของมันคือ "How viral is your content? Now, you can check with just a click."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NewsWhip Chrome Extension

ดาวน์โหลดไฟล์ส่วนขยาย 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
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\/*"
    ]
}