Titans Pro - Amazon KDP Keyword Research Tool
Amazon Keyword Search Volume, Amz Suggestion Expander, Niche Finder
What is Titans Pro - Amazon KDP Keyword Research Tool?
Titans Pro - Amazon KDP Keyword Research Tool is a Chrome extension developed by https://selfpublishingtitans.com/, and its main feature is "Amazon Keyword Search Volume, Amz Suggestion Expander, Niche Finder".
Extension Screenshots
Download Titans Pro - Amazon KDP Keyword Research Tool Extension CRX File
Download Titans Pro - Amazon KDP Keyword Research Tool extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Titans Pro will make your Amazon keyword research and niche finding easy. With Titans pro, you get all Amazon search suggestions, estimated search volume for every keyword, the exact amount of search results (competitors), and we have created an algorithm to help you determine both demand and opportunity for every niche. Simply start typing in a keyword into the Amazon search bar and it will very quickly pull up huge amount of suggested keywords by Amazon. It is the ultimate amazon search suggestion expander and what makes it even better is that instead of writing them down one at a time, you can simply download them with a single click as an excel document and use it for your SEO research, or simply use them to create a keyword ad campaign with them and so many other great uses. Made by Self Publishing Titans
Extension Basic Information
Name | Titans Pro - Amazon KDP Keyword Research Tool |
ID | mmdamlknnafgffhlobhlmiljonijdnid |
Official URL | https://chromewebstore.google.com/detail/titans-pro-amazon-kdp-key/mmdamlknnafgffhlobhlmiljonijdnid |
Description | Amazon Keyword Search Volume, Amz Suggestion Expander, Niche Finder |
File Size | 3.14 MB |
Installation Count | 50,000 |
Current Version | 5.19 |
Last Updated | 2024-01-31 |
Publish Date | 2020-09-25 |
Rating | 3.92/5 Total 52 Ratings |
Developer | https://selfpublishingtitans.com/ |
[email protected] | |
Payment Type | free |
Extension Website | https://selfpublishingtitans.com/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Titans Pro - Amazon KDP Keyword Research Tool", "version": "5.19", "description": "Amazon Keyword Search Volume, Amz Suggestion Expander, Niche Finder", "author": "selfpublishingtitans.com - Titans Pro", "minimum_chrome_version": "90", "permissions": [ "storage", "background", "activeTab" ], "action": { "default_title": "Titans Pro", "default_popup": "popup.html", "default_icon": { "16": "images\/icon-65.png", "32": "images\/icon-65.png", "48": "images\/icon-65.png", "64": "images\/icon-65.png", "128": "images\/icon-65.png" } }, "background": { "service_worker": "background.js", "type": "module" }, "incognito": "spanning", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "js\/lib\/utils.js", "js\/lib\/fontawesome.js", "js\/lib\/jquery-3.3.1.min.js", "js\/lib\/jquery-3.5.js", "js\/style.js", "js\/logindiv.js", "js\/content.js", "js\/lib\/xlsx.full.min.js", "js\/lib\/sweetalert.js", "js\/lib\/dataTable.js" ], "run_at": "document_end", "exclude_matches": [ "*:\/\/*.sellercentral-europe.amazon.com\/*", "*:\/\/*.sellercentral.amazon.com\/*", "*:\/\/*.sellercentral.amazon.ca\/*", "*:\/\/*.sellercentral.amazon.co.uk\/*", "*:\/\/*.sellercentral.amazon.de\/*", "*:\/\/*.sellercentral.amazon.es\/*", "*:\/\/*.sellercentral.amazon.fr\/*", "*:\/\/*.sellercentral.amazon.it\/*", "*:\/\/*.ams.amazon.com\/*", "*:\/\/*.ams.amazon.ca\/*", "*:\/\/*.ams.amazon.co.uk\/*", "*:\/\/*.ams.amazon.de\/*", "*:\/\/*.ams.amazon.es\/*", "*:\/\/*.ams.amazon.fr\/*", "*:\/\/*.ams.amazon.it\/*", "*:\/\/*.advertising.amazon.com\/*", "*:\/\/*.advertising.amazon.ca\/*", "*:\/\/*.advertising.amazon.co.uk\/*", "*:\/\/*.advertising.amazon.de\/*", "*:\/\/*.advertising.amazon.es\/*", "*:\/\/*.advertising.amazon.fr\/*", "*:\/\/*.advertising.amazon.it\/*", "*:\/\/*.merch.amazon.com\/*", "*:\/\/*.aws.amazon.com\/*" ] }, { "matches": [ "https:\/\/www.etsy.com\/*" ], "js": [ "js\/contents\/etsy\/style.js", "js\/contents\/etsy\/etsy.js" ] } ], "icons": { "16": "images\/icon-65.png", "32": "images\/icon-65.png", "48": "images\/icon-65.png", "64": "images\/icon-65.png", "128": "images\/icon-65.png" }, "manifest_version": 3, "host_permissions": [ "*:\/\/*\/*" ], "web_accessible_resources": [ { "resources": [ "images\/icon-64.png", "images\/icon-65.png", "images\/logo.png", "images\/bullhorn-solid.png", "images\/home-solid.png", "images\/publishing.png", "images\/Download_icon.png", "images\/right-arrow.png", "images\/newpic.png", "images\/info.png", "welcome.html", "table.css" ], "matches": [ "https:\/\/www.amazon.com.au\/*", "https:\/\/www.amazon.com\/*", "https:\/\/www.amazon.co.uk\/*", "https:\/\/www.amazon.ca\/*", "https:\/\/www.amazon.es\/*", "https:\/\/www.amazon.it\/*", "https:\/\/www.amazon.de\/*", "https:\/\/www.amazon.fr\/*", "https:\/\/www.amazon.com.mx\/*", "https:\/\/www.amazon.com.br\/*", "https:\/\/www.amazon.com.tr\/*", "https:\/\/www.amazon.fr\/*", "https:\/\/www.amazon.de\/*", "https:\/\/www.amazon.nl\/*", "https:\/\/www.amazon.se\/*", "https:\/\/www.amazon.it\/*", "https:\/\/www.amazon.in\/*", "https:\/\/www.amazon.sa\/*", "https:\/\/www.amazon.ae\/*", "https:\/\/www.amazon.jp\/*", "https:\/\/www.amazon.au\/*", "https:\/\/www.amazon.sg\/*", "https:\/\/www.amazon.pl\/*", "https:\/\/selfpublishingtitans.com\/*", "*:\/\/*.etsy.com\/*" ] } ], "externally_connectable": { "matches": [ "*:\/\/*.selfpublishingtitans.com\/*" ], "ids": [ "*" ] } } |