The 15-Minute SEO Audit
This extension looks for common SEO issues in the current web page.
The 15-Minute SEO Audit là gì?
The 15-Minute SEO Audit là một tiện ích mở rộng Chrome được phát triển bởi https://ranksense.com, và tính năng chính của nó là "This extension looks for common SEO issues in the current web page.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng The 15-Minute SEO Audit
Tải xuống các tệp mở rộng The 15-Minute SEO Audit dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This extension adds automatic SEO issue detection to Chrome Developer Tools. It specifically lists issues related to: 1. Canonicalization, 2. Pagination, 3.Meta Tags, 4. Headings, 5. Links, 6. Images, 7. Videos, 8. Internationalization, 9. Rich Snippets, 10. Mobile
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | The 15-Minute SEO Audit |
ID | amchhjaeingdimeejiicfkmingnanlbk |
URL Chính Thức | https://chromewebstore.google.com/detail/the-15-minute-seo-audit/amchhjaeingdimeejiicfkmingnanlbk |
Mô tả | This extension looks for common SEO issues in the current web page. |
Kích Thước Tệp | 1.1 MB |
Số Lần Cài Đặt | 835 |
Phiên Bản Hiện Tại | 2.0.0.43 |
Cập Nhật Lần Cuối | 2020-08-20 |
Ngày Phát Hành | 2020-07-03 |
Đánh Giá | 4.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | https://ranksense.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.ranksense.com |
URL Trang Chính Sách Bảo Mật | https://www.ranksense.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "The 15-Minute SEO Audit", "short_name": "RankSense", "version": "2.0.0.43", "description": "This extension looks for common SEO issues in the current web page.", "author": "Hamlet Batista", "background": { "page": "background.html", "persistent": true }, "devtools_page": "devtools.html", "manifest_version": 2, "permissions": [ "tabs", "*:\/\/*\/*", "webRequest", "webRequestBlocking", "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "libs\/jquery\/jquery.min.js", "libs\/jquery-ui\/jquery-ui.min.js", "js\/inject\/ranksense_content.js", "js\/inject\/ranksense_helper.js", "js\/inject\/rich_snippet_helper.js" ], "css": [ "css\/inject\/ranksense_styles.css" ], "run_at": "document_start", "all_frames": true } ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.googletagmanager.com https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com; object-src 'self'", "minimum_chrome_version": "21.0.1180.57", "icons": { "16": "ranksense_logo_16.png", "48": "ranksense_logo_48.png", "128": "ranksense_logo_128.png" } } |