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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}