SEObserver

SEObserver Chrome Extension - Finds the Backlink which has been clicked.

Cos'è SEObserver?

SEObserver è un'estensione di Chrome sviluppata da https://www.seobserver.com, e la sua funzione principale è "SEObserver Chrome Extension - Finds the Backlink which has been clicked.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione SEObserver

Scarica i file di estensione SEObserver 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

                        Lors d'une review de backlink, permet de retrouver facilement le backlink qui a été consulté depuis l'interface d'admin.

Il suffit d'un clic sur l'extension pour que l'écran scrolle automatiquement jusqu'au backlink, qu'il l'entoure en rouge sur fond jaune fluo.

Pour l'installation, ouvrir l'onglet "Options" et d'y ajouter votre clé d'API.

Réservé aux clients SEObserver.                    

Informazioni di Base sull'Estensione

Nome SEObserver SEObserver
ID cmojgpbklodceichjfalmcpkpkcaaoea
URL Ufficiale https://chromewebstore.google.com/detail/seobserver/cmojgpbklodceichjfalmcpkpkcaaoea
Descrizione SEObserver Chrome Extension - Finds the Backlink which has been clicked.
Dimensione del File 67.15 KB
Conteggio Installazioni 934
Versione Corrente 0.1.3
Ultimo Aggiornamento 2022-09-10
Data di Pubblicazione 2017-03-30
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://www.seobserver.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "favicon.png",
        "default_title": "SEObserver Find Backlink"
    },
    "name": "SEObserver",
    "description": "SEObserver Chrome Extension - Finds the Backlink which has been clicked.",
    "icons": {
        "64": "favicon.png"
    },
    "homepage_url": "https:\/\/www.seobserver.com",
    "options_page": "options.html",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "version": "0.1.3",
    "manifest_version": 2
}