The 15-Minute SEO Audit
This extension looks for common SEO issues in the current web page.
The 15-Minute SEO Audit란 무엇입니까?
The 15-Minute SEO Audit은(는) https://ranksense.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension looks for common SEO issues in the current web page."입니다.
확장 프로그램 스크린샷
The 15-Minute SEO Audit 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | The 15-Minute SEO Audit |
ID | amchhjaeingdimeejiicfkmingnanlbk |
공식 URL | https://chromewebstore.google.com/detail/the-15-minute-seo-audit/amchhjaeingdimeejiicfkmingnanlbk |
설명 | This extension looks for common SEO issues in the current web page. |
파일 크기 | 1.1 MB |
설치 횟수 | 835 |
현재 버전 | 2.0.0.43 |
최근 업데이트 | 2020-08-20 |
출시 날짜 | 2020-07-03 |
평점 | 4.00/5 총 4 개의 평점 |
개발자 | https://ranksense.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.ranksense.com |
개인정보 보호 정책 페이지 URL | https://www.ranksense.com/privacy-policy |
지원되는 언어 | 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" } } |