Universal Keyword Planner box
Expand more keyword suggestions from search bar. Supporting most common sites.
Universal Keyword Planner boxคืออะไร?
Universal Keyword Planner box เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Wuhenlove และคุณลักษณะหลักของมันคือ "Expand more keyword suggestions from search bar. Supporting most common sites."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Universal Keyword Planner box
ดาวน์โหลดไฟล์ส่วนขยาย Universal Keyword Planner box ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Universal Keyword Planner box is a keyword acquisition Chrome extension. With this plugin, you can discover much more keywords for SEO purposes. Are you tired of looking for the best keywords across platforms? All you have to do is install the Universal Keyword Planner box instantly. *No bloat, no ads, no unnecessary permissions, just a simple way to search for seo keywords.* To use this automatic data extraction tool, you only need to put your root keyword into the search fields and click the "UK" icon. Then a broad panel will be expanded, on which it displays dozens of long-tail keywords and AI keyword suggestions based on your input. You can copy them or export them to Excel or CSV files (XLS, XLSX, CSV), with no registration or fees required! It integrates with both official APIs and third party APIs to explore keywords as well as their core metrics such as search volume. How to use it? 1. Install Universal Keyword Planner box extension onto your Chrome browser 2. Go to any website we support, and start searching 3. You'll notice a "UK" button (the logo of Universal Keyword Planner box) added next to the original search button 4. Click the button, and you will see multiple lists of keywords showing up underneath the search bar. 5. Free to copy or export the keywords you want Q&A -Q:Do I need to pay for downloading keywords from Universal Keyword Planner box? -A:Absolutely no need - you can use any function of this plugin for free. -Q:What eCom Platforms suppported? -A:We now support expanded keywords on Aliepress, Amazon, eBay and Etsy. -Q: Is Any more platform supporting? -A: We also supported expanded keywords on Google and Youtube search box
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Universal Keyword Planner box |
ID | niaagjifaifoebkdkkndbhdoamicolmj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/universal-keyword-planner/niaagjifaifoebkdkkndbhdoamicolmj |
คำอธิบาย | Expand more keyword suggestions from search bar. Supporting most common sites. |
ขนาดไฟล์ | 340 KB |
จำนวนการติดตั้ง | 5,220 |
เวอร์ชันปัจจุบัน | 0.0.5 |
อัปเดตครั้งล่าสุด | 2023-03-25 |
วันที่เผยแพร่ | 2022-09-21 |
คะแนน | 3.29/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | Wuhenlove |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://adtargeting.io/ |
URL หน้านโยบายความเป็นส่วนตัว | https://findniche.com/privacy |
ภาษาที่รองรับ | en,lv,lt,pl,sk,sr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": [], "background": { "service_worker": "background\/index.js", "type": "module" }, "content_scripts": [ { "js": [ "content\/import-index.js" ], "matches": [ "https:\/\/*\/*" ] } ], "default_locale": "en", "icons": { "128": "assets\/icons\/128.png", "16": "assets\/icons\/16.png", "32": "assets\/icons\/32.png", "48": "assets\/icons\/48.png", "512": "assets\/icons\/512.png" }, "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "permissions": [ "storage", "tabs" ], "version": "0.0.5", "web_accessible_resources": [ { "matches": [ "https:\/\/*\/*" ], "resources": [ "assets\/icons\/32.png", "assets\/loader.svg" ] }, { "matches": [ "https:\/\/*\/*" ], "resources": [ "chunks\/*-*.js", "content\/index.js" ] } ] } |