BuzzSumo

Have all the BuzzSumo metrics to hand

BuzzSumo란 무엇입니까?

BuzzSumo은(는) https://buzzsumo.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Have all the BuzzSumo metrics to hand"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

BuzzSumo 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Our V1 Chrome Extension was loved by 20,000+ marketers, but now it’s bigger and better than ever.

If you’re looking for an extension that packs a punch when it comes to content research, link analysis, and social media investigation, then you’ve come to the right place.

Measure performance across:
-- The SERPs
-- Blogs and articles
-- Instagram
-- YouTube
-- Twitter
-- Facebook

So that you can:
-- Save tons of time on content research
-- Avoid tab fatigue
-- Get inspiration from content that excels in links, shares, and rankings
-- Curate the top content in your industry
-- Pocket idea-fueling content to share with your team
-- Analyze the quality of potential partners
-- Research journalists to pitch to
-- Build your network of like-minded people
-- Audit your performance
-- Get the measure of your competitors in an instant
-- Find your fans
-- Flag negative press and activate crisis comms

***ATTENTION*** If you’re not yet a BuzzSumo customer, you'll need to sign up for a 30-day free BuzzSumo trial to access this Chrome Extension: https://app.buzzsumo.com/users/pro-register



----------------------------------------------------
RELEASE NOTES
Update 2.0.9
-- Twitter renamed to X
-- Alert for bbc.com / bbc.co.uk due to site redirects

Update 2.0.7
-- Bug fixes

Update 2.0.6
-- Emergency bug fixes

Update 2.0.4
-- Fixed occasional Chrome Ext not loading content BuzzSumo has crawled

Update 2.0.0.16
-- Updated messaging
-- Tweaked regex to detect YouTube channels
-- Fixed details sidebar opening issue
-- Fixed general loading issues

Update 2.0.0.15
-- Show custom not supported message on home pages
-- Open sidebar immediately
-- Search both http and https version of URL
-- Tiktok video sidebar

Update 2.0.0.13
-- Modified Free Trial behavior

Update 2.0.0.12
-- Free trial users can purchase through the extension

Update 2.0.0.11
-- Login-related bug fixes

Update 2.0.0.10
-- Bug fixes on Google Search view

Update 2.0.0.9
-- Add author name to Website view
-- Clearer separation of Twitter and Article stats
-- Save related journalists and top sharers to projects
-- Bug fixes

Update 2.0.0.8
--- Fix for internal Cision accounts not seeing metrics
--- Other bug fixes                    

확장 프로그램 기본 정보

이름 BuzzSumo BuzzSumo
ID phpihcpfhciibkmlllgcjkbmhhpcaojc
공식 URL https://chromewebstore.google.com/detail/buzzsumo/phpihcpfhciibkmlllgcjkbmhhpcaojc
설명 Have all the BuzzSumo metrics to hand
파일 크기 535 KB
설치 횟수 5,000
현재 버전 2.0.9
최근 업데이트 2023-08-23
출시 날짜 2022-12-14
평점 5.00/5 총 1 개의 평점
개발자 https://buzzsumo.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://buzzsumo.com
도움말 페이지 URL https://help.buzzsumo.com
개인정보 보호 정책 페이지 URL https://buzzsumo.com/legal/user-privacy-statement
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BuzzSumo",
    "version": "2.0.9",
    "description": "Have all the BuzzSumo metrics to hand",
    "action": {
        "default_popup": "",
        "default_icon": {
            "16": ".\/assets\/icons\/16.png",
            "32": ".\/assets\/icons\/32.png",
            "48": ".\/assets\/icons\/48.png",
            "128": ".\/assets\/icons\/128.png"
        }
    },
    "options_ui": {
        "page": ".\/dist\/options\/index.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": ".\/dist\/background\/index.mjs"
    },
    "icons": {
        "16": ".\/assets\/icons\/16.png",
        "32": ".\/assets\/icons\/32.png",
        "48": ".\/assets\/icons\/48.png",
        "128": ".\/assets\/icons\/128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/dist\/contentScripts\/main\/index.global.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/contentScripts\/main\/style.css",
                "dist\/contentScripts\/google\/style.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}