SLERPEE SERP SEO Tool
Optimize how your website looks in Google search results.
¿Qué es SLERPEE SERP SEO Tool?
SLERPEE SERP SEO Tool es una extensión de Chrome desarrollada por https://slerpee.com, y su función principal es "Optimize how your website looks in Google search results.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión SLERPEE SERP SEO Tool
Descarga archivos de extensión SLERPEE SERP SEO Tool en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | SLERPEE SERP SEO Tool |
ID | lljiafmnknbhhffbiglmibneedmlkahl |
URL Oficial | https://chromewebstore.google.com/detail/slerpee-serp-seo-tool/lljiafmnknbhhffbiglmibneedmlkahl |
Descripción | Optimize how your website looks in Google search results. |
Tamaño del Archivo | 9.57 KB |
Cantidad de Instalaciones | 1,000 |
Versión Actual | 1.1 |
Última Actualización | 2015-02-24 |
Fecha de Publicación | 2015-02-23 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | https://slerpee.com |
Tipo de Pago | free |
Sitio Web de la Extensión | https://slerpee.com |
Idiomas Soportados | 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 } |