Find my backlinks

Save time while you're doing SEO (outreach/link building). No need to search manually your backlinks. Find My Backlinks will do the…

Find my backlinksคืออะไร?

Find my backlinks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gh.agency และคุณลักษณะหลักของมันคือ "Save time while you're doing SEO (outreach/link building). No need to search manually your backlinks. Find My Backlinks will do the…"

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

screenshot

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

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

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

                        Save time while you're doing SEO (outreach/link building). No need to search manually your backlinks. Find My Backlinks will do the job for you :)
Set your domains and once you need to find your backlinks, click on the 'eye' and it will find your links.

Update (1.02): Alert on Nofollow links                    

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

ชื่อ Find my backlinks Find my backlinks
ID ccgelghebjobmpmdeikadalpmbkbmkmo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/find-my-backlinks/ccgelghebjobmpmdeikadalpmbkbmkmo
คำอธิบาย Save time while you're doing SEO (outreach/link building). No need to search manually your backlinks. Find My Backlinks will do the…
ขนาดไฟล์ 41.53 KB
จำนวนการติดตั้ง 173
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2020-08-20
วันที่เผยแพร่ 2020-08-12
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://gh.agency
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Find my backlinks",
    "description": "",
    "version": "1.0.2",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png",
        "256": "icons\/256x256.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ]
}