SEOTesting
On-Page SEO, and SEOTesting.com Test Information (Current Page Queries and Test Status)
SEOTesting란 무엇입니까?
SEOTesting은(는) https://seotesting.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "On-Page SEO, and SEOTesting.com Test Information (Current Page Queries and Test Status)"입니다.
확장 프로그램 스크린샷
SEOTesting 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The SEOTesting Chrome Extension makes it easy to see On-Page SEO Information for your website page. With a SEOTesting Account, you can see the Page Queries the current page ranks for and other information from the Google Search Console. We have now made it even easier to see your Google Search Console URL Inspection information right inside the extension. You can also check to see how your SEOTesting.com Tests are performing.
확장 프로그램 기본 정보
이름 | SEOTesting |
ID | ddaafpdingninkjhagcfjmlmmofglnfl |
공식 URL | https://chromewebstore.google.com/detail/seotesting/ddaafpdingninkjhagcfjmlmmofglnfl |
설명 | On-Page SEO, and SEOTesting.com Test Information (Current Page Queries and Test Status) |
파일 크기 | 1.56 MB |
설치 횟수 | 1,742 |
현재 버전 | 1.3.4 |
최근 업데이트 | 2023-06-02 |
출시 날짜 | 2021-12-08 |
평점 | 4.33/5 총 6 개의 평점 |
개발자 | https://seotesting.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://seotesting.com |
도움말 페이지 URL | https://seotesting.com/support/ |
개인정보 보호 정책 페이지 URL | https://seotesting.com/home/privacy |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "SEOTesting", "homepage_url": "https:\/\/www.seotesting.com\/", "version": "1.3.4", "description": "On-Page SEO, and SEOTesting.com Test Information (Current Page Queries and Test Status)", "icons": { "16": "assets\/icon_16.png", "32": "assets\/icon_32.png", "48": "assets\/icon_48.png", "128": "assets\/icon_128.png" }, "background": { "service_worker": "background.js", "type": "module" }, "options_page": "options.html", "action": { "default_popup": "index.html", "default_icon": { "16": "assets\/icon_16.png", "32": "assets\/icon_32.png", "48": "assets\/icon_48.png", "128": "assets\/icon_128.png" } }, "permissions": [ "storage", "activeTab", "scripting" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "css": [ "inject.css" ] } ], "optional_permissions": [] } |