SLERPEE SERP SEO Tool
Optimize how your website looks in Google search results.
O que é SLERPEE SERP SEO Tool?
SLERPEE SERP SEO Tool é uma extensão do Chrome desenvolvida por https://slerpee.com, e sua principal característica é "Optimize how your website looks in Google search results.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão SLERPEE SERP SEO Tool
Baixe arquivos de extensão SLERPEE SERP SEO Tool no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | SLERPEE SERP SEO Tool |
ID | lljiafmnknbhhffbiglmibneedmlkahl |
URL Oficial | https://chromewebstore.google.com/detail/slerpee-serp-seo-tool/lljiafmnknbhhffbiglmibneedmlkahl |
Descrição | Optimize how your website looks in Google search results. |
Tamanho do Arquivo | 9.57 KB |
Contagem de Instalações | 1,000 |
Versão Atual | 1.1 |
Última Atualização | 2015-02-24 |
Data de Publicação | 2015-02-23 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://slerpee.com |
Tipo de Pagamento | free |
Site da Extensão | https://slerpee.com |
Idiomas Suportados | 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 } |