Titan
Amazon product research tool, estimated revenue and velocity, narrow down profitable products, cross-reference competitors, & more.
Qu'est-ce que Titan ?
Titan est une extension Chrome développée par Titan Network, et sa fonction principale est "Amazon product research tool, estimated revenue and velocity, narrow down profitable products, cross-reference competitors, & more.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Titan
Téléchargez les fichiers d'extension Titan 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
Titan Tools Chrome Extension helps you complete product research on Amazon. After installation, start your product research in less than minutes. Just go to Amazon supported sites, type in the keyword you’re interested in, then hit the Titan's Atlas feature and it will automagically do the thing for you. The Titan Chrome Extension uses several data algorithms to different reliable data sources to help you boost up your product rankings. Increase Productivity Reverse ASIN technology helps quickly and easily sort through the right competitors so you know exactly what competitors you should be targeting. Product Validation & Selection Get familiar with your market's customer demand, review velocity, and overall sales trends. Create better certainty when making product validation and selection decisions. Keyword Research Our keyword research tool will help you identify your keywords before you launch or spend dollars on PPC to identify good keywords. Stay Educated on Your Competition Write market-leading listings knowing you are attacking the best keywords for your product. Simplify the priority of keywords based on data.
Informations de Base sur l'Extension
Nom | Titan |
ID | aacicbnabpgaphlbbaccgbdecgiephck |
URL Officiel | https://chromewebstore.google.com/detail/titan/aacicbnabpgaphlbbaccgbdecgiephck |
Description | Amazon product research tool, estimated revenue and velocity, narrow down profitable products, cross-reference competitors, & more. |
Taille du Fichier | 1.53 MB |
Nombre d'Installations | 3,741 |
Version Actuelle | 3.2.84 |
Dernière Mise à Jour | 2024-02-22 |
Date de Publication | 2021-02-18 |
Évaluation | 4.83/5 Total 24 Évaluations |
Développeur | Titan Network |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://titan.tools/learn |
URL de la Page d'Aide | https://titanmembers.freshdesk.com/support/home |
URL de la Page de Politique de Confidentialité | https://titan.tools/privacy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Amazon product research tool, estimated revenue and velocity, narrow down profitable products, cross-reference competitors, & more.", "version": "3.2.84", "name": "Titan", "background": { "service_worker": "js\/background.bundle.js" }, "action": { "default_icon": "img\/titan-logo.png" }, "icons": { "48": "img\/titan-logo.png", "128": "img\/titan-logo.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.titantools.com\/*", "*:\/\/mufasa.local\/*", "*:\/\/mufasa-project.local\/*", "*:\/\/mufasa.test\/*", "*:\/\/amazon.com\/*", "*:\/\/www.amazon.com\/*", "*:\/\/completion.amazon.com\/*", "*:\/\/advertising.amazon.com\/*", "*:\/\/sellercentral.amazon.com\/*", "*:\/\/amazon.co.uk\/*", "*:\/\/www.amazon.co.uk\/*", "*:\/\/completion.amazon.co.uk\/*", "*:\/\/advertising.amazon.co.uk\/*", "*:\/\/sellercentral-europe.amazon.com\/*", "*:\/\/sellercentral.amazon.co.uk\/*", "*:\/\/amazon.de\/*", "*:\/\/www.amazon.de\/*", "*:\/\/completion.amazon.de\/*", "*:\/\/advertising.amazon.de\/*", "*:\/\/sellercentral.amazon.de\/*" ], "css": [ "css\/content.bundle.css" ], "js": [ "js\/content.bundle.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ { "resources": [ "js\/*", "css\/*", "fonts\/*", "img\/*", "external_js\/*", "manifest.json" ], "matches": [ "*:\/\/*\/*" ] } ], "manifest_version": 3, "externally_connectable": { "matches": [ "*:\/\/*.titantools.com\/*", "*:\/\/mufasa.local\/*", "*:\/\/mufasa-project.local\/*", "*:\/\/mufasa.test\/*", "*:\/\/amazon.com\/*", "*:\/\/www.amazon.com\/*", "*:\/\/completion.amazon.com\/*", "*:\/\/advertising.amazon.com\/*", "*:\/\/sellercentral.amazon.com\/*", "*:\/\/amazon.co.uk\/*", "*:\/\/www.amazon.co.uk\/*", "*:\/\/completion.amazon.co.uk\/*", "*:\/\/advertising.amazon.co.uk\/*", "*:\/\/sellercentral-europe.amazon.com\/*", "*:\/\/sellercentral.amazon.co.uk\/*", "*:\/\/amazon.de\/*", "*:\/\/www.amazon.de\/*", "*:\/\/completion.amazon.de\/*", "*:\/\/advertising.amazon.de\/*", "*:\/\/sellercentral.amazon.de\/*" ] }, "permissions": [ "alarms", "background", "storage", "tabs", "scripting" ], "host_permissions": [ "*:\/\/*.titantools.com\/*", "*:\/\/mufasa.local\/*", "*:\/\/mufasa-project.local\/*", "*:\/\/mufasa.test\/*", "*:\/\/amazon.com\/*", "*:\/\/www.amazon.com\/*", "*:\/\/completion.amazon.com\/*", "*:\/\/advertising.amazon.com\/*", "*:\/\/sellercentral.amazon.com\/*", "*:\/\/amazon.co.uk\/*", "*:\/\/www.amazon.co.uk\/*", "*:\/\/completion.amazon.co.uk\/*", "*:\/\/advertising.amazon.co.uk\/*", "*:\/\/sellercentral-europe.amazon.com\/*", "*:\/\/sellercentral.amazon.co.uk\/*", "*:\/\/amazon.de\/*", "*:\/\/www.amazon.de\/*", "*:\/\/completion.amazon.de\/*", "*:\/\/advertising.amazon.de\/*", "*:\/\/sellercentral.amazon.de\/*" ], "options_page": "options\/options.html" } |