SLERPEE SERP SEO Tool

Optimize how your website looks in Google search results.

Was ist SLERPEE SERP SEO Tool?

SLERPEE SERP SEO Tool ist eine Chrome-Erweiterung, die von https://slerpee.com entwickelt wurde, und ihr Hauptmerkmal ist "Optimize how your website looks in Google search results.".

Erweiterungsscreenshots

screenshot
screenshot

SLERPEE SERP SEO Tool-Erweiterungs-CRX-Datei herunterladen

Laden Sie SLERPEE SERP SEO Tool-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name SLERPEE SERP SEO Tool SLERPEE SERP SEO Tool
ID lljiafmnknbhhffbiglmibneedmlkahl
Offizielle URL https://chromewebstore.google.com/detail/slerpee-serp-seo-tool/lljiafmnknbhhffbiglmibneedmlkahl
Beschreibung Optimize how your website looks in Google search results.
Dateigröße 9.57 KB
Installationsanzahl 1,000
Aktuelle Version 1.1
Letztes Update 2015-02-24
Veröffentlichungsdatum 2015-02-23
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://slerpee.com
Zahlungsart free
Erweiterungswebsite https://slerpee.com
Unterstützte Sprachen 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
}