SLERPEE SERP SEO Tool

Optimize how your website looks in Google search results.

Cos'è SLERPEE SERP SEO Tool?

SLERPEE SERP SEO Tool è un'estensione di Chrome sviluppata da https://slerpee.com, e la sua funzione principale è "Optimize how your website looks in Google search results.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione SLERPEE SERP SEO Tool

Scarica i file di estensione SLERPEE SERP SEO Tool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome SLERPEE SERP SEO Tool SLERPEE SERP SEO Tool
ID lljiafmnknbhhffbiglmibneedmlkahl
URL Ufficiale https://chromewebstore.google.com/detail/slerpee-serp-seo-tool/lljiafmnknbhhffbiglmibneedmlkahl
Descrizione Optimize how your website looks in Google search results.
Dimensione del File 9.57 KB
Conteggio Installazioni 1,000
Versione Corrente 1.1
Ultimo Aggiornamento 2015-02-24
Data di Pubblicazione 2015-02-23
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://slerpee.com
Tipo di Pagamento free
Sito Web dell'Estensione https://slerpee.com
Lingue Supportate 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
}