Keyword Harvester tool for Amazon
Keyword Harvester tool for Amazon
Keyword Harvester tool for Amazon क्या है?
Keyword Harvester tool for Amazon http://zonwords.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Keyword Harvester tool for Amazon"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Keyword Harvester tool for Amazon एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Free Amazon Keyword Tool! Harvest Amazon suggest keywords with ONE click! Free long tail amazon keyword generator is brought to you by ZonWords.com You can generate Amazon suggested keywords and use them for your listing optimization, tracking and analytics. To get exact and broad Amazon search volumes, conversions and clickthrough data - use Zon Words. This Free keyword tool Chrome Extension pulls hundreds of long tail keywords. With the option to filter keywords for a particular marketplace, the keywords are customized to the marketplace you are selling in.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | fejmbkhbmbaiideagcjlaabjicelfnlk |
आधिकारिक URL | https://chrome.google.com/webstore/detail/keyword-harvester-tool-fo/fejmbkhbmbaiideagcjlaabjicelfnlk |
विवरण | Keyword Harvester tool for Amazon |
फ़ाइल का आकार | 960 KB |
स्थापना संख्या | 337 |
वर्तमान संस्करण | 0.0.1 |
अंतिम अपडेट | 2019-03-25 |
प्रकाशन तिथि | 2019-03-25 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | http://zonwords.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://zonwords.com |
सहायता पृष्ठ URL | https://zonwords.com/support.php |
गोपनीयता नीति पृष्ठ URL | https://zonwords.com/privacy.php |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Keyword Harvester tool for Amazon", "version": "0.0.1", "manifest_version": 2, "description": "Keyword Harvester tool for Amazon", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "permissions": [ "tabs", "contentSettings", "cookies" ], "options_ui": { "page": "options.html", "chrome_style": true }, "content_scripts": [ { "matches": [ "*:\/\/completion.amazon.com\/*", "*:\/\/completion.amazon.co.uk\/*", "*:\/\/completion.amazon.cn\/*", "*:\/\/completion.amazon.co.jp\/*", "*:\/\/www.amazon.com\/*" ], "js": [ "scripts\/contentscript.js" ] } ], "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/connect.facebook.net\/; object-src 'self'", "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "Keyword Harvester tool for Amazon" } } |