Titan
Amazon product research tool, estimated revenue and velocity, narrow down profitable products, cross-reference competitors, & more.
Cos'è Titan?
Titan è un'estensione di Chrome sviluppata da Titan Network, e la sua funzione principale è "Amazon product research tool, estimated revenue and velocity, narrow down profitable products, cross-reference competitors, & more.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Titan
Scarica i file di estensione Titan in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Titan |
ID | aacicbnabpgaphlbbaccgbdecgiephck |
URL Ufficiale | https://chromewebstore.google.com/detail/titan/aacicbnabpgaphlbbaccgbdecgiephck |
Descrizione | Amazon product research tool, estimated revenue and velocity, narrow down profitable products, cross-reference competitors, & more. |
Dimensione del File | 1.53 MB |
Conteggio Installazioni | 3,741 |
Versione Corrente | 3.2.84 |
Ultimo Aggiornamento | 2024-02-22 |
Data di Pubblicazione | 2021-02-18 |
Valutazione | 4.83/5 Totale 24 Valutazioni |
Sviluppatore | Titan Network |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://titan.tools/learn |
URL della Pagina di Aiuto | https://titanmembers.freshdesk.com/support/home |
URL della Pagina della Politica sulla Privacy | https://titan.tools/privacy |
Lingue Supportate | 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" } |