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.

什么是Local SEO Swiss Army Knife?

Local SEO Swiss Army Knife是由https://tutelarymarketing.com开发的Chrome扩展程序,该扩展的主要功能是“The Swiss Army Knife of Local SEO tools, with site: dupe check, Google SERP bolded keyword count, and quick WhoIs reference.”。

扩展截图

screenshot

下载Local SEO Swiss Army Knife扩展crx文件

下载Local SEO Swiss Army Knife扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Local SEO Swiss Army Knife Local SEO Swiss Army Knife
ID jofibhnjbaekmlhglcdmmgpaichfppjd
官方URL https://chromewebstore.google.com/detail/local-seo-swiss-army-knif/jofibhnjbaekmlhglcdmmgpaichfppjd
简介 The Swiss Army Knife of Local SEO tools, with site: dupe check, Google SERP bolded keyword count, and quick WhoIs reference.
文件大小 83.31 KB
安装次数 128
当前版本 0.0.0.8
更新时间 2023-12-12
上架时间 2017-09-15
评分 5.00/5 共1次评分
开发者 https://tutelarymarketing.com
电子邮箱 [email protected]
付费类型 free
扩展官网 http://tutelarymarketing.com
支持的语言 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"
}