SEO Extractor
Tools to extract and analyze SEO data
SEO Extractor란 무엇입니까?
SEO Extractor은(는) SEO Extractor에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tools to extract and analyze SEO data"입니다.
확장 프로그램 스크린샷
SEO Extractor 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Update: This extension has not been updated lately. Grab SEO data quickly, right on your browser with the SEO Extractor. Including extractors like: * Extracto SERP data like organic results or PAA * Extract headings, links, image URLS, etc. * Grab Wikipedia common terms * Grab common terms from any page * Much more
확장 프로그램 기본 정보
이름 | SEO Extractor |
ID | lmdnefllhiljfomcenmaojglalglejfo |
공식 URL | https://chromewebstore.google.com/detail/seo-extractor/lmdnefllhiljfomcenmaojglalglejfo |
설명 | Tools to extract and analyze SEO data |
파일 크기 | 1.55 MB |
설치 횟수 | 2,642 |
현재 버전 | 2.8.3 |
최근 업데이트 | 2022-07-16 |
출시 날짜 | 2021-04-13 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | SEO Extractor |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SEO Extractor", "description": "Tools to extract and analyze SEO data", "version": "2.8.3", "manifest_version": 3, "icons": { "48": "public\/icon-main-48.png", "128": "public\/icon-main-128.png" }, "permissions": [ "activeTab", "storage", "tabs", "contextMenus", "scripting" ], "oauth2": { "client_id": "140169318488-846k7dilkvqmo4ks4mlc9hootbb2kuk5.apps.googleusercontent.com", "scopes": [ "" ] }, "background": { "service_worker": "static\/js\/background.js", "type": "module" }, "action": { "default_title": "SEO Extractor", "default_icon": "public\/icon-main-48.png", "default_popup": "popup.html" }, "web_accessible_resources": [ { "resources": [], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "content_security_policy": { "extension_page": "script-src: self; object-src: self; worker-src: self;" }, "content_scripts": [ { "js": [ "static\/js\/content.js" ], "css": [ "content.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "host_permissions": [ "*:\/\/*\/*" ] } |