BM SEO Tool

One of the best productivity tool for marketers

BM SEO Toolคืออะไร?

BM SEO Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://buenamanera.com และคุณลักษณะหลักของมันคือ "One of the best productivity tool for marketers"

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

screenshot
screenshot
screenshot

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

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

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

                        A productivity tool designed for SEO and developers.

With this addon you'll can:

SEO functionalities
- Keyword research
- On-page audit
- Domain audit
- WPO
- Links with 404 errors
- Indexability
- Duplicate content
- Link analysis
- Images ALT

Scraping functionalities
- Scraping from Google search results
- Scraping from Google Images tags
- Scraping from the Google FAQ
- External links from a page
- Internal links of a page
- All links on a page
- Scraping using class CSS
- Scraping using HTML tag
- Scraping by CSS id
- Scraping using query selector
- Words frecuency

Other functionalities
- Know the id of Analytics or Tag Manager
- DOM load speed calculation

Try it and send us feedback with the improvements you would like to have in BM SEO Tool.                    

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

ชื่อ BM SEO Tool BM SEO Tool
ID hnppchaffilpjagckdhmbmhakcmlgbch
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/bm-seo-tool/hnppchaffilpjagckdhmbmhakcmlgbch
คำอธิบาย One of the best productivity tool for marketers
ขนาดไฟล์ 110 KB
จำนวนการติดตั้ง 292
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2021-04-12
วันที่เผยแพร่ 2020-04-12
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://buenamanera.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://buenamanera.com/seo-tool-chrome/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BM SEO Tool",
    "description": "One of the best productivity tool for marketers",
    "version": "1.1",
    "author": "Rodrigo Carnicero Ungr\u00eda",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "tab-icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "page_action": {
        "default_icon": "tab-icon.png",
        "default_title": "BM SEO Tool",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' 'sha256-phcZVvBXogSAB2lj1nc77B2NnTVjTR26Hiu83r+rASc=' 'sha256-zGNFFS5Ca+0SO7ekYBhZ0rTQiGSKfN5H6zYJNHznk6w=' 'sha256-J6OC5zbAzCkiUVBUNMBlYLiuWbXDhUD+u\/CW++t4olI=' 'sha256-9AKW1mz1S83RIPstJeqNlrsviomtvAiKba0ci\/yem+4=' 'sha256-o0gDYnFJoPkad1YNev\/soV3Bie4yuxK8nkHhpgqxjnM=' 'sha256-0Ch81zlQWvDAgM2GCtmqPWyI8cySis3Re3SSS+uDCZs='; object-src 'self'",
    "permissions": [
        "contextMenus",
        "https:\/\/www.google-analytics.com\/",
        "tabs",
        "",
        "activeTab"
    ]
}