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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tutelarymarketing.com และคุณลักษณะหลักของมันคือ "The Swiss Army Knife of Local SEO tools, with site: dupe check, Google SERP bolded keyword count, and quick WhoIs reference."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Local SEO Swiss Army Knife

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}