Local SEO Swiss Army Knife

The Swiss Army Knife of Local SEO tools, with site: dupe check, Google SERP bolded keyword count, and quick WhoIs reference.

Wat is Local SEO Swiss Army Knife?

Local SEO Swiss Army Knife is een Chrome-extensie ontwikkeld door https://tutelarymarketing.com, en de belangrijkste functie is "The Swiss Army Knife of Local SEO tools, with site: dupe check, Google SERP bolded keyword count, and quick WhoIs reference.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Local SEO Swiss Army Knife

Download Local SEO Swiss Army Knife-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        The Swiss Army Knife of Local SEO tools, with a site: dupe check capability, bolded keyword tool for Google SERP, and quick WhoIs reference. More features coming soon.                    

Basisinformatie over de Extensie

Naam Local SEO Swiss Army Knife Local SEO Swiss Army Knife
ID jofibhnjbaekmlhglcdmmgpaichfppjd
Officiële URL https://chromewebstore.google.com/detail/local-seo-swiss-army-knif/jofibhnjbaekmlhglcdmmgpaichfppjd
Beschrijving The Swiss Army Knife of Local SEO tools, with site: dupe check, Google SERP bolded keyword count, and quick WhoIs reference.
Bestandsgrootte 83.31 KB
Aantal Installaties 128
Huidige Versie 0.0.0.8
Laatst Bijgewerkt 2023-12-12
Publicatiedatum 2017-09-15
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://tutelarymarketing.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://tutelarymarketing.com
Ondersteunde Talen en-US
manifest.json
{
    "description": "The Swiss Army Knife of Local SEO tools, with site: dupe check, Google SERP bolded keyword count, and quick WhoIs reference.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "36": "images\/icon-36.png",
        "64": "images\/icon-64.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-2.1.4.min.js",
                "content_script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Local SEO Swiss Army Knife"
    },
    "manifest_version": 2,
    "name": "Local SEO Swiss Army Knife",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "short_name": "Local SEO Swiss Army Knife",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+G",
                "mac": "Alt+G",
                "chromeos": "Alt+G",
                "linux": "Alt+G"
            }
        }
    },
    "version": "0.0.0.8"
}