Keyword Helper For Etsy
Tool for Etsy keywords
Keyword Helper For Etsy क्या है?
Keyword Helper For Etsy Visumex द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tool for Etsy keywords"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Keyword Helper For Etsy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
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" } ] } |