Broken Link Building Assistant

Boost your broken link building workflow by easily scanning and exporting all problematic external URLs on a web page.

Broken Link Building Assistantคืออะไร?

Broken Link Building Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://relgrowth.com และคุณลักษณะหลักของมันคือ "Boost your broken link building workflow by easily scanning and exporting all problematic external URLs on a web page."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Broken Link Building Assistant

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

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

                        Easily scan pages for external broken links that no longer work, view detailed reports and copy results to an application of your choice. This free SEO tool will make your broken link building outreach much easier than it has been before.

--------------------
Features
--------------------
- Scan and automatically style all external links on a page, based on returned status codes.
- View all discovered broken links in a one-click report.
- Copy broken links to your clipboard, pre-formatted as a table (spreadsheet) or a ready-to-paste list for your outreach.

--------------------
Why did I create this application?
--------------------
Let's face it: few of us can say that we enjoy doing link outreach. Personally, whenever I try to acquire some new backlinks for a site, I almost exclusively do broken link building. It's a nice combination of getting the word out about your site while at the same time helping some webmasters keep their sites clean. It doesn't feel shady and it doesn't feel like begging for a link.

There are some extensions out there that already help with broken links, but they are often no longer maintained or don't distinguish between internal and external links on a page. Because many sites protect against large amounts of concurrent requests from the same user, extensions like this will often start marking almost all internal links on a page as access-denied errors, making it even more difficult to filter out the external ones.

The Broken Link Building Assistant is more of a niche product in that sense: it will only target external links.

--------------------
Upcoming features
--------------------
What you're getting now is a first iteration of this extension with the core features in place. Here are some features I'm currently considering for upcoming versions:

- Connect to APIs from professional SEO tools (e.g. SEMRush, ahrefs) to pull in useful metrics about the pages and/or links you're checking.
- Extract contact information from the checked page (if available).
- Pre-filled email templates with detected broken links to further simplify your outreach.

In the meantime, I wish you a lot of luck with your broken link building. If you enjoy this, I also encourage you to check out the selection of free SEO tools over on relgrowth.com. 

Thanks for giving this a try!

- Martin                    

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

ชื่อ Broken Link Building Assistant Broken Link Building Assistant
ID elinfdjpiebmjpbbomjbiknfbobedemd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/broken-link-building-assi/elinfdjpiebmjpbbomjbiknfbobedemd
คำอธิบาย Boost your broken link building workflow by easily scanning and exporting all problematic external URLs on a web page.
ขนาดไฟล์ 31.18 KB
จำนวนการติดตั้ง 101
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2020-12-04
วันที่เผยแพร่ 2020-11-17
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://relgrowth.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://relgrowth.com/
URL หน้านโยบายความเป็นส่วนตัว https://relgrowth.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Broken Link Building Assistant",
    "description": "Boost your broken link building workflow by easily scanning and exporting all problematic external URLs on a web page.",
    "version": "1.0.1",
    "permissions": [
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png",
            "48": "icons\/icon-48.png",
            "128": "icons\/icon-128.png"
        },
        "default_popup": "popup.html",
        "default_title": "Click to start scanning for external broken links."
    }
}