BackerTracker by BackerKit
Show BackerTracker on Crowdfunding projects
BackerTracker by BackerKit란 무엇입니까?
BackerTracker by BackerKit은(는) BackerKit에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Show BackerTracker on Crowdfunding projects"입니다.
확장 프로그램 스크린샷
BackerTracker by BackerKit 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
BackerTracker is a great tool for both backers and creators to track crowdfunding campaigns! You can view the daily funding chart directly on the Kickstarter or Indiegogo campaign page. AS A BACKER, you can see if your favorite projects are on track to meet their funding goal. You can also sign into BackerKit and see if you have surveys that require your attention in a bar above the Kickstarter project pages you visit. AS A CREATOR, after you launch your campaign, you can see a trend projection for the remainder of your campaign to see if it is on track to meet its funding goal. Our projection model compares a project’s funding curve and backer count against the historical performance of past projects to find all campaigns that had similar performance over the same number of days. The model finds the median performance of those similar projects to plot a projection trend through the remainder of the campaign.
확장 프로그램 기본 정보
이름 | BackerTracker by BackerKit |
ID | pcofmmebhpfobffnkfiebdfnjgckiglm |
공식 URL | https://chromewebstore.google.com/detail/backertracker-by-backerki/pcofmmebhpfobffnkfiebdfnjgckiglm |
설명 | Show BackerTracker on Crowdfunding projects |
파일 크기 | 13.7 KB |
설치 횟수 | 3,270 |
현재 버전 | 9.2 |
최근 업데이트 | 2023-03-13 |
출시 날짜 | 2019-11-26 |
평점 | 4.00/5 총 18 개의 평점 |
개발자 | BackerKit |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.backerkit.com/backertracker |
도움말 페이지 URL | https://www.backerkit.com/contact?ref=features-support |
개인정보 보호 정책 페이지 URL | https://www.backerkit.com/privacy_policy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "BackerTracker by BackerKit", "short_name": "BK Tracker", "version": "9.2", "description": "Show BackerTracker on Crowdfunding projects", "icons": { "16": "icons\/logo_16px.png", "48": "icons\/logo_48px.png", "128": "icons\/logo_128px.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.kickstarter.com\/projects\/*", "*:\/\/*.indiegogo.com\/projects\/*", "*:\/\/*.backerkit.com\/c\/*" ], "js": [ "main.js" ] } ], "browser_specific_settings": { "gecko": { "id": "{0deaccc3-6049-4fa3-8abb-a5dd35ac2f95}" } } } |