Word Fox Pro
Awesome tool to research and suggest keywrods
Word Fox Proคืออะไร?
Word Fox Pro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://merchtext.com และคุณลักษณะหลักของมันคือ "Awesome tool to research and suggest keywrods"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Word Fox Pro
ดาวน์โหลดไฟล์ส่วนขยาย Word Fox Pro ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
CAUTION: WORD FOX IS IN BETA TESTING, BY USING THIS EXTENSION YOU UNDERSTAND THAT YOU ARE INVITED TO TRY IT OUT, PROVIDE FEEDBACK SO WE CAN MAKE IT BETTER, AND BE ON THE LOOKOUT AS WE TURN THIS INTO WORD FOX PRO. UPDATES: 1. NEW ETSY ICON TO HELP YOU GRAB KEYWORD IDEAS & PHRASES FROM ETSY AUTO SUGGEST 2. YOU CAN SAVE ANY IMAGE ON PINTEREST WITHOUT HAVING TO LEAVE SEARCH RESULTS. UPDATE 1 - YES! you CAN close the extension AND you won't lose your search results. COMING UPDATES UPDATE 2 - COMING! Dashboard With a few sneak peeks of what's to come. UPDATE 3 - SWEET! MerchPins Will Be Intergrated into Word Fox to help us with market research. Word Fox is here to save you so much time finding keywords and auto suggestions for your Merch By Amazon listings. What: It's a Keyword Finder Auto Suggest tool Why: Word Fox has so many features being developed as we speak. It's still in the beta testing stages, and that's why you can lock in owning it for a low cost right NOW! How Does It Work: You will search a word or phrase, and word fox will round up all the Auto-suggestions that buyers are actually searching for! Bonus: We are also adding a keyword idea section, and that's only 8 of the NEW things we'll be adding. Why Am I Making This Tool: Once you get into the swing of being successful on Merch By Amazon, you will realize that you have a workflow that helps you work more efficiently. This extension is me putting my formula all into one dashboard. It's a work in progress, and I'm excited to have you on the team!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Word Fox Pro |
ID | lhipkkhmegfpoanbndjhclnnmoicebpd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/word-fox-pro/lhipkkhmegfpoanbndjhclnnmoicebpd |
คำอธิบาย | Awesome tool to research and suggest keywrods |
ขนาดไฟล์ | 1.43 MB |
จำนวนการติดตั้ง | 16 |
เวอร์ชันปัจจุบัน | 5.0.8 |
อัปเดตครั้งล่าสุด | 2017-10-12 |
วันที่เผยแพร่ | 2017-10-12 |
คะแนน | 4.33/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | https://merchtext.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Word Fox Pro", "description": "Awesome tool to research and suggest keywrods", "version": "5.0.8", "icons": { "16": "assets\/images\/16.png", "128": "assets\/images\/128.png", "256": "assets\/images\/256.png" }, "short_name": "WordFox", "browser_action": { "default_icon": "assets\/images\/16.png", "title": "Word Fox Pro", "default_popup": "assets\/pages\/popup.html" }, "background": { "scripts": [ "assets\/js\/jquery.min.js", "assets\/js\/common.js", "assets\/js\/background.js" ] }, "content_scripts": [ { "all_frames": true, "run_at": "document_end", "matches": [ "*:\/\/*.pinterest.com\/*" ], "js": [ "assets\/js\/jquery.min.js", "assets\/js\/content.js" ] } ], "permissions": [ "tabs", "storage", "contextMenus", "https:\/\/ajax.googleapis.com\/", "*:\/\/*.google.com\/", "*:\/\/*.pinterest.com\/*", "https:\/\/suggestqueries.google.com\/", "https:\/\/clients1.google.com\/", "http:\/\/completion.amazon.com\/", "http:\/\/completion.amazon.co.uk\/", "http:\/\/completion.amazon.co.jp\/", "http:\/\/completion.amazon.cn\/", "http:\/\/www.dictionaryapi.com\/", "http:\/\/www.cafepress.com\/", "https:\/\/www.etsy.com\/" ], "web_accessible_resources": [ "assets\/images\/*" ] } |