Ebay Keyword Search Tool International
Get number of eBay search results for keywords in Merchant Words
Ebay Keyword Search Tool International क्या है?
Ebay Keyword Search Tool International LayZ Money International द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get number of eBay search results for keywords in Merchant Words"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Ebay Keyword Search Tool International एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | mphillnfelmodgnkkaokdbedpjjlnaoi |
आधिकारिक URL | https://chrome.google.com/webstore/detail/ebay-keyword-search-tool/mphillnfelmodgnkkaokdbedpjjlnaoi |
विवरण | Get number of eBay search results for keywords in Merchant Words |
फ़ाइल का आकार | 18.01 KB |
स्थापना संख्या | 628 |
वर्तमान संस्करण | 2.0 |
अंतिम अपडेट | 2019-03-08 |
प्रकाशन तिथि | 2019-03-08 |
रेटिंग | 3.67/5 कुल 3 रेटिंग्स |
डेवलपर | LayZ Money International |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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\/*" ] } |