Titan
Amazon product research tool, estimated revenue and velocity, narrow down profitable products, cross-reference competitors, & more.
Was ist Titan?
Titan ist eine Chrome-Erweiterung, die von Titan Network entwickelt wurde, und ihr Hauptmerkmal ist "Amazon product research tool, estimated revenue and velocity, narrow down profitable products, cross-reference competitors, & more.".
Erweiterungsscreenshots
Titan-Erweiterungs-CRX-Datei herunterladen
Laden Sie Titan-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Titan |
ID | aacicbnabpgaphlbbaccgbdecgiephck |
Offizielle URL | https://chromewebstore.google.com/detail/titan/aacicbnabpgaphlbbaccgbdecgiephck |
Beschreibung | Amazon product research tool, estimated revenue and velocity, narrow down profitable products, cross-reference competitors, & more. |
Dateigröße | 1.53 MB |
Installationsanzahl | 3,741 |
Aktuelle Version | 3.2.84 |
Letztes Update | 2024-02-22 |
Veröffentlichungsdatum | 2021-02-18 |
Bewertung | 4.83/5 Insgesamt 24 Bewertungen |
Entwickler | Titan Network |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://titan.tools/learn |
Hilfeseite URL | https://titanmembers.freshdesk.com/support/home |
URL der Datenschutzrichtlinien-Seite | https://titan.tools/privacy |
Unterstützte Sprachen | 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" } |