Sale Samurai - Etsy SEO Keyword Tool
Sale Samurai offers Real Time Etsy Search Volume, Competition numbers, and data to make your Etsy Keyword Research and product…
Sale Samurai - Etsy SEO Keyword Toolคืออะไร?
Sale Samurai - Etsy SEO Keyword Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sale Samurai และคุณลักษณะหลักของมันคือ "Sale Samurai offers Real Time Etsy Search Volume, Competition numbers, and data to make your Etsy Keyword Research and product…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sale Samurai - Etsy SEO Keyword Tool
ดาวน์โหลดไฟล์ส่วนขยาย Sale Samurai - Etsy SEO Keyword Tool ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Sale Samurai offers Real Time Etsy Search Volume, Competition numbers, and data to make your Etsy Keyword Research and product launch as streamlined as possible. Etsy Keywords At Your Fingertips for Etsy Sellers with Sale Samurai The Sale Samurai browser add-on is an easy to install one of a kind chrome extension that lets you tap into millions of Etsy buyer keywords with a click of a button. Our proprietary algorithm scans through millions of keywords daily to bring fresh results so that you have the most accurate Etsy search volume data on the market! Here is how to do Etsy Research with the Sale Samurai Etsy Keyword extension! Step 1: Type in a keyword Simple type in a keyword in the Etsy search bar. Step 2: Expand results See the real time Etsy search volume for the keyword along with the search volume for other related keywords from the Etsy algorithm. This is great for launching products, figuring out what sells, and what customers are actually looking for on Etsy. Step 3: Dig Into The Results Click on the word to see all available suggestions along with competition data. Dive deeper with the Sale Samurai filters to make sure you get the exact data you need for your Etsy business. Sale Samurai is currently in beta and we hope to add more features to our Etsy plugin soon!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Sale Samurai - Etsy SEO Keyword Tool |
ID | ieefikngalndempadapdojcmjlpocbmn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/sale-samurai-etsy-seo-key/ieefikngalndempadapdojcmjlpocbmn |
คำอธิบาย | Sale Samurai offers Real Time Etsy Search Volume, Competition numbers, and data to make your Etsy Keyword Research and product… |
ขนาดไฟล์ | 326 KB |
จำนวนการติดตั้ง | 28,480 |
เวอร์ชันปัจจุบัน | 1.3.9 |
อัปเดตครั้งล่าสุด | 2024-02-21 |
วันที่เผยแพร่ | 2021-02-02 |
คะแนน | 2.32/5 รวมทั้งหมด 37 คะแนน |
ผู้พัฒนา | Sale Samurai |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://salesamurai.io/ |
URL หน้าช่วยเหลือ | https://salesamurai.io/ |
URL หน้านโยบายความเป็นส่วนตัว | https://salesamurai.io/privacy-policy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Sale Samurai - Etsy SEO Keyword Tool", "version": "1.3.9", "description": "", "icons": { "128": "resources\/icon.png" }, "permissions": [ "tabs", "storage", "scripting" ], "action": { "default_icon": { "128": "resources\/icon.png" } }, "background": { "service_worker": "background\/index.min.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.etsy.com\/*" ], "js": [ "content\/index-com.min.js" ], "css": [ "content\/index-com.min.css" ] } ], "web_accessible_resources": [ { "resources": [ "resources\/loader.svg", "resources\/loader--grey.svg", "resources\/loader--white.svg", "resources\/icon.png", "resources\/icon--disabled.png", "resources\/logo.png", "resources\/cross.svg", "resources\/welcome-1.png" ], "matches": [ "https:\/\/www.etsy.com\/*" ] } ], "host_permissions": [ "https:\/\/members.salesamurai.io\/", "https:\/\/www.etsy.com\/*" ] } |