Titan
Amazon product research tool, estimated revenue and velocity, narrow down profitable products, cross-reference competitors, & more.
O que é Titan?
Titan é uma extensão do Chrome desenvolvida por Titan Network, e sua principal característica é "Amazon product research tool, estimated revenue and velocity, narrow down profitable products, cross-reference competitors, & more.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Titan
Baixe arquivos de extensão Titan no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Titan |
ID | aacicbnabpgaphlbbaccgbdecgiephck |
URL Oficial | https://chromewebstore.google.com/detail/titan/aacicbnabpgaphlbbaccgbdecgiephck |
Descrição | Amazon product research tool, estimated revenue and velocity, narrow down profitable products, cross-reference competitors, & more. |
Tamanho do Arquivo | 1.53 MB |
Contagem de Instalações | 3,741 |
Versão Atual | 3.2.84 |
Última Atualização | 2024-02-22 |
Data de Publicação | 2021-02-18 |
Classificação | 4.83/5 Total de 24 Avaliações |
Desenvolvedor | Titan Network |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://titan.tools/learn |
URL da Página de Ajuda | https://titanmembers.freshdesk.com/support/home |
URL da Página de Política de Privacidade | https://titan.tools/privacy |
Idiomas Suportados | 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" } |