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文件
下载BackerTracker by BackerKit扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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}" } } } |