TubeSplit A/B Testing for YouTube Thumbnails
Better A/B Testing for YouTube Thumbnails!
TubeSplit A/B Testing for YouTube Thumbnails란 무엇입니까?
TubeSplit A/B Testing for YouTube Thumbnails은(는) https://tubesplit.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Better A/B Testing for YouTube Thumbnails!"입니다.
확장 프로그램 스크린샷
TubeSplit A/B Testing for YouTube Thumbnails 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The TubeSplit Chrome Extension works with your TubeSplit.com account to automatically gather analytics from your YouTube Studio account. Using TubeSplit, you no longer need to manually collect click through rate data on how your YouTube thumbnails are performing, TubeSplit will do it for you! You must have an active account at TubeSplit.com as well as a YouTube channel with access to YouTube Analytics. TubeSplit.com is the next generation of split testing software for YouTube thumbnails.
확장 프로그램 기본 정보
이름 | TubeSplit A/B Testing for YouTube Thumbnails |
ID | bchflhcinkaboeimpkcdmkjkldanljhh |
공식 URL | https://chromewebstore.google.com/detail/tubesplit-ab-testing-for/bchflhcinkaboeimpkcdmkjkldanljhh |
설명 | Better A/B Testing for YouTube Thumbnails! |
파일 크기 | 500 KB |
설치 횟수 | 225 |
현재 버전 | 1.0.11 |
최근 업데이트 | 2023-08-23 |
출시 날짜 | 2022-10-05 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://tubesplit.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://tubesplit.com |
도움말 페이지 URL | https://tubesplit.com/terms-of-service |
개인정보 보호 정책 페이지 URL | https://kragerlabs.com/privacy.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TubeSplit A\/B Testing for YouTube Thumbnails", "description": "Better A\/B Testing for YouTube Thumbnails!", "version": "1.0.11", "short_name": "TubeSplit", "manifest_version": 3, "default_locale": "en", "icons": { "128": "images\/logo_192.png" }, "action": { "default_icon": "images\/logo_192.png", "default_title": "TubeSplit Logo" }, "content_scripts": [ { "run_at": "document_start", "js": [ "scripts\/tubesplit_realtime.js", "scripts\/tubesplit_all.js", "scripts\/tubesplit.js", "scripts\/tubesplit_traffic.js" ], "matches": [ "https:\/\/studio.youtube.com\/channel*", "https:\/\/studio.youtube.com\/video\/*" ], "all_frames": true }, { "run_at": "document_start", "js": [ "scripts\/check.js" ], "matches": [ "*:\/\/tubesplit.com\/*", "*:\/\/tubesplit.test\/*" ], "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "scripts\/injected.js", "css\/app.css" ], "matches": [ " |