SEO On-Page Analyzer
Chrome extension to review the on-page SEO attributes of a page.
什麼是SEO On-Page Analyzer?
SEO On-Page Analyzer是由https://seoworkflows.com開發的Chrome擴展程式,該擴展的主要功能是“Chrome extension to review the on-page SEO attributes of a page.”。
擴展截圖
下載SEO On-Page Analyzer擴展crx文件
下載SEO On-Page Analyzer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Optimize your web pages for better search engine visibility with the SEO On-Page Analyzer Chrome extension. Features: 1. **Complete On-Page Analysis**: Evaluate title tags, header tags, links, images, stylesheets, scripts, meta tags, word counts, and more. 2. **Export to Excel**: Export analyzed data for further analysis and reporting. 3. **Link Tester**: Within the "Links", "Images" and "Styles & Scripts" sections, there is the option to test all links to verify whether they're any non-200 status code responses for debugging and optimization. 4. **User-Friendly Interface**: Easy-to-use interface suitable for beginners and experienced SEO professionals.
擴展基本資訊
名稱 | SEO On-Page Analyzer |
ID | npnhelfdhpnmbkpjcahmjmafnpneneke |
官方網址 | https://chromewebstore.google.com/detail/seo-on-page-analyzer/npnhelfdhpnmbkpjcahmjmafnpneneke |
簡介 | Chrome extension to review the on-page SEO attributes of a page. |
檔案大小 | 506 KB |
安裝次數 | 195 |
目前版本 | 1.0.3 |
更新時間 | 2023-07-11 |
上架時間 | 2023-06-25 |
評分 | 5.00/5 共 6 次評分 |
開發者 | https://seoworkflows.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.seoworkflows.com/extensions/details/seo-onpage-analyzer |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SEO On-Page Analyzer", "description": "Chrome extension to review the on-page SEO attributes of a page.", "version": "1.0.3", "manifest_version": 3, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "action": { "default_popup": "popup.html", "default_title": "SEO On-Page Analyzer", "default_icon": "icon.png" }, "permissions": [ "storage" ], "options_page": "options.html", "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ " |