Ebay Keyword Search Tool International
Get number of eBay search results for keywords in Merchant Words
Qu'est-ce que Ebay Keyword Search Tool International ?
Ebay Keyword Search Tool International est une extension Chrome développée par LayZ Money International, et sa fonction principale est "Get number of eBay search results for keywords in Merchant Words".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Ebay Keyword Search Tool International
Téléchargez les fichiers d'extension Ebay Keyword Search Tool International 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
Works on every country except AU and JP! Find highly searched, low-competition items in Merchant Words by embedding eBay search results for every term and for every country. This search tool gives you the number of Ebay listings for that country and the ratio of searches to listings. It also includes a filter so you can focus on the results with the highest search-to-listings ratio. eBay.com is free, so the Keyword Search Tool is too! No subscription, no risk.
Informations de Base sur l'Extension
Nom | |
ID | mphillnfelmodgnkkaokdbedpjjlnaoi |
URL Officiel | https://chrome.google.com/webstore/detail/ebay-keyword-search-tool/mphillnfelmodgnkkaokdbedpjjlnaoi |
Description | Get number of eBay search results for keywords in Merchant Words |
Taille du Fichier | 18.01 KB |
Nombre d'Installations | 628 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2019-03-08 |
Date de Publication | 2019-03-08 |
Évaluation | 3.67/5 Total 3 Évaluations |
Développeur | LayZ Money International |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ebay Keyword Search Tool International", "version": "2.0", "manifest_version": 2, "description": "Get number of eBay search results for keywords in Merchant Words", "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "browser_action": { "default_icon": "logo16.png", "default_badge": "logo16.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.merchantwords.com\/*" ], "js": [ "content_script_lm.js" ] } ], "background": { "scripts": [ "background_script.js" ], "persistent": false }, "permissions": [ "tabs", "activeTab", "https:\/\/ajax.googleapis.com\/", "https:\/\/www.ebay.co.uk\/*", "https:\/\/www.ebay.com\/*", "https:\/\/www.ebay.ca\/*", "https:\/\/www.ebay.de\/*", "https:\/\/www.ebay.fr\/*", "https:\/\/www.ebay.es\/*", "https:\/\/www.ebay.it\/*", "https:\/\/www.ebay.com.au\/*", "http:\/\/www.ebay.com.au\/*" ] } |