BuzzSumo

Get share counts & more from BuzzSumo

BuzzSumoคืออะไร?

BuzzSumo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://buzzsumo.com และคุณลักษณะหลักของมันคือ "Get share counts & more from BuzzSumo"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย BuzzSumo ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Check out the Beta for the ALL NEW BUZZSUMO extension here:
https://chrome.google.com/webstore/detail/buzzsumo-beta/phpihcpfhciibkmlllgcjkbmhhpcaojc

-----1.3.10 Release Notes-----

Improved author data by retrieving from BuzzSumo data, rather than on-the-fly from page.

-----1.3.9 Release Notes-----

- Updated feedback URL to link to website form, instead of email address

-----Description-----

Quickly get social engagement data for the page you're viewing, or for any other website.

- Includes Twitter sharers no longer available officially
- View who shared the page on Twitter
- View backlink count for URL
- See the most shared content for the current website 
- Analyze top performing content formats
- Easily share content via Facebook, Twitter and Pinterest

All product and company names are trademarks™ or registered® trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them. 


-----Privacy-------

The BuzzSumo extension requires access to all URLs because it inserts a script to extract the canonical & ogurl URL from the page. This allows us to always to fetch an accurate share count for you. The extension also looks for useful information like the Twitter username of the author in the page source. These features wouldn't be possible without asking for the all_urls permission, which carries a warning when you install the extension.

Data is only sent to BuzzSumo servers when you actually click the extension button, not when you simply visit a page. We send only the URL you are visiting in order to fetch engagement data for it from our database. 

We'll never extract information that you type into fields on the web page you're viewing. We've simply no reason or interest in collecting this data.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ BuzzSumo BuzzSumo
ID gedpbnanjmblcmlfhgfficjnglidndfo
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/buzzsumo/gedpbnanjmblcmlfhgfficjnglidndfo
คำอธิบาย Get share counts & more from BuzzSumo
ขนาดไฟล์ 869 KB
จำนวนการติดตั้ง 95,154
เวอร์ชันปัจจุบัน 1.3.10
อัปเดตครั้งล่าสุด 2022-12-15
วันที่เผยแพร่ 2020-04-27
คะแนน 3.87/5 รวมทั้งหมด 23 คะแนน
ผู้พัฒนา http://buzzsumo.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://buzzsumo.com
URL หน้าช่วยเหลือ https://help.buzzsumo.com
URL หน้านโยบายความเป็นส่วนตัว https://buzzsumo.com/legal/user-privacy-statement
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BuzzSumo",
    "version": "1.3.10",
    "manifest_version": 2,
    "description": "Get share counts & more from BuzzSumo",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "20": "images\/icon-20.png",
            "40": "images\/icon-40.png"
        },
        "default_title": "BuzzSumo",
        "default_popup": "popup.html"
    },
    "externally_connectable": {
        "matches": []
    },
    "permissions": [
        "storage",
        "activeTab",
        "https:\/\/app.buzzsumo.com\/",
        "http:\/\/buzzsumo.test\/"
    ],
    "web_accessible_resources": [
        "http:\/\/fonts.googleapis.com\/"
    ]
}