SLERPEE SERP SEO Tool
Optimize how your website looks in Google search results.
SLERPEE SERP SEO Tool란 무엇입니까?
SLERPEE SERP SEO Tool은(는) https://slerpee.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Optimize how your website looks in Google search results."입니다.
확장 프로그램 스크린샷
SLERPEE SERP SEO Tool 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Using this extension on any public web page will load it into the SLERPEE SERP editor (website). SLERPEE Features Live Google Preview See a google SERP preview in real time as you edit your HTML title and meta description copy. Save & Share Drafts Save drafts anonymously or to your account. Share them with your colleagues, clients, or anyone to get quick feedback. Accounts Are Optional Use SLERPEE without creating an account, or create one if you want to organize your drafts.
확장 프로그램 기본 정보
이름 | SLERPEE SERP SEO Tool |
ID | lljiafmnknbhhffbiglmibneedmlkahl |
공식 URL | https://chromewebstore.google.com/detail/slerpee-serp-seo-tool/lljiafmnknbhhffbiglmibneedmlkahl |
설명 | Optimize how your website looks in Google search results. |
파일 크기 | 9.57 KB |
설치 횟수 | 1,000 |
현재 버전 | 1.1 |
최근 업데이트 | 2015-02-24 |
출시 날짜 | 2015-02-23 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://slerpee.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://slerpee.com |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SLERPEE SERP SEO Tool", "description": "Optimize how your website looks in Google search results.", "author": "Caleb Watson", "version": "1.1", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "SLERPEE_16x16.png", "48": "SLERPEE_48x48.png", "128": "SLERPEE_128x128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Optimize this page using SLERPEE SERP Editor.", "default_icon": "SLERPEE_16x16.png" }, "manifest_version": 2 } |