Titan
Amazon product research tool, estimated revenue and velocity, narrow down profitable products, cross-reference competitors, & more.
Titan란 무엇입니까?
Titan은(는) Titan Network에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Amazon product research tool, estimated revenue and velocity, narrow down profitable products, cross-reference competitors, & more."입니다.
확장 프로그램 스크린샷
Titan 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Titan |
ID | aacicbnabpgaphlbbaccgbdecgiephck |
공식 URL | https://chromewebstore.google.com/detail/titan/aacicbnabpgaphlbbaccgbdecgiephck |
설명 | Amazon product research tool, estimated revenue and velocity, narrow down profitable products, cross-reference competitors, & more. |
파일 크기 | 1.53 MB |
설치 횟수 | 3,741 |
현재 버전 | 3.2.84 |
최근 업데이트 | 2024-02-22 |
출시 날짜 | 2021-02-18 |
평점 | 4.83/5 총 24 개의 평점 |
개발자 | Titan Network |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://titan.tools/learn |
도움말 페이지 URL | https://titanmembers.freshdesk.com/support/home |
개인정보 보호 정책 페이지 URL | https://titan.tools/privacy |
지원되는 언어 | 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" } |