Keyword Helper For Etsy
Tool for Etsy keywords
Co je Keyword Helper For Etsy?
Keyword Helper For Etsy je rozšíření Chrome vyvinuté Visumex, a jeho hlavní funkcí je „Tool for Etsy keywords“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Keyword Helper For Etsy
Stáhněte si soubory rozšíření Keyword Helper For Etsy ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | kcmphcddcbeeldhlifhndohiidbfkedb |
Oficiální URL | https://chrome.google.com/webstore/detail/keyword-helper-for-etsy/kcmphcddcbeeldhlifhndohiidbfkedb |
Popis | Tool for Etsy keywords |
Velikost souboru | 96.01 KB |
Počet instalací | 122 |
Aktuální Verze | 1.0.2 |
Poslední Aktualizace | 2022-01-18 |
Datum Vydání | 2021-05-04 |
Hodnocení | 1.00/5 Celkem 1 Hodnocení |
Vývojář | Visumex |
[email protected] | |
Typ Platby | in_app |
Webové stránky Rozšíření | https://www.visumex.com/ |
URL Stránky Zásad Ochrany Soukromí | https://www.visumex.com/privacy-policy |
Podporované Jazyky | 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" } ] } |