Keyword Helper For Etsy
Tool for Etsy keywords
Qu'est-ce que Keyword Helper For Etsy ?
Keyword Helper For Etsy est une extension Chrome développée par Visumex, et sa fonction principale est "Tool for Etsy keywords".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Keyword Helper For Etsy
Téléchargez les fichiers d'extension Keyword Helper For Etsy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | kcmphcddcbeeldhlifhndohiidbfkedb |
URL Officiel | https://chrome.google.com/webstore/detail/keyword-helper-for-etsy/kcmphcddcbeeldhlifhndohiidbfkedb |
Description | Tool for Etsy keywords |
Taille du Fichier | 96.01 KB |
Nombre d'Installations | 122 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2022-01-18 |
Date de Publication | 2021-05-04 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | Visumex |
[email protected] | |
Type de Paiement | in_app |
Site Web de l'Extension | https://www.visumex.com/ |
URL de la Page de Politique de Confidentialité | https://www.visumex.com/privacy-policy |
Langues Prises en Charge | 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" } ] } |