Keyword Helper For Etsy

Tool for Etsy keywords

Keyword Helper For Etsyคืออะไร?

Keyword Helper For Etsy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Visumex และคุณลักษณะหลักของมันคือ "Tool for Etsy keywords"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Keyword Helper For Etsy

ดาวน์โหลดไฟล์ส่วนขยาย Keyword Helper For Etsy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The Keyword Helper For Etsy browser extension is a tool to improve your Etsy SEO.  It helps you to easily gather the keywords used in search queries from the search analytics page. These are search queries on the Etsy website that resulted in impressions for your listings. Once you’ve saved enough queries, you can use the extension to compare them to the titles and descriptions of any of your listings. The extension will show you the best matching query keywords, for the title or description of your listing. After that you can select copy and use the keywords of your choice in your listing title or tags.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Keyword Helper For Etsy Keyword Helper For Etsy
ID kcmphcddcbeeldhlifhndohiidbfkedb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/keyword-helper-for-etsy/kcmphcddcbeeldhlifhndohiidbfkedb
คำอธิบาย Tool for Etsy keywords
ขนาดไฟล์ 96.01 KB
จำนวนการติดตั้ง 122
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2022-01-18
วันที่เผยแพร่ 2021-05-04
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Visumex
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://www.visumex.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.visumex.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Keyword Helper For Etsy",
    "version": "1.0.2",
    "description": "Tool for Etsy keywords",
    "background": {
        "page": "background.html"
    },
    "icons": {
        "96": "khfe_icon96.png"
    },
    "browser_action": {
        "default_title": "Keyword Helper For Etsy",
        "default_popup": "popup.html"
    },
    "permissions": [
        "*:\/\/*.visumex.com\/*",
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.etsy.com\/*"
            ],
            "js": [
                "browser-polyfill.js",
                "common.js",
                "contentscript.js"
            ],
            "run_at": "document_idle"
        }
    ]
}