SLERPEE SERP SEO Tool

Optimize how your website looks in Google search results.

Qu'est-ce que SLERPEE SERP SEO Tool ?

SLERPEE SERP SEO Tool est une extension Chrome développée par https://slerpee.com, et sa fonction principale est "Optimize how your website looks in Google search results.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension SLERPEE SERP SEO Tool

Téléchargez les fichiers d'extension SLERPEE SERP SEO Tool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom SLERPEE SERP SEO Tool SLERPEE SERP SEO Tool
ID lljiafmnknbhhffbiglmibneedmlkahl
URL Officiel https://chromewebstore.google.com/detail/slerpee-serp-seo-tool/lljiafmnknbhhffbiglmibneedmlkahl
Description Optimize how your website looks in Google search results.
Taille du Fichier 9.57 KB
Nombre d'Installations 1,000
Version Actuelle 1.1
Dernière Mise à Jour 2015-02-24
Date de Publication 2015-02-23
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://slerpee.com
Type de Paiement free
Site Web de l'Extension https://slerpee.com
Langues Prises en Charge 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
}