BM SEO Tool
One of the best productivity tool for marketers
BM SEO Tool란 무엇입니까?
BM SEO Tool은(는) https://buenamanera.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "One of the best productivity tool for marketers"입니다.
확장 프로그램 스크린샷
BM SEO Tool 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
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", " |