BackerTracker by BackerKit
Show BackerTracker on Crowdfunding projects
BackerTracker by BackerKitคืออะไร?
BackerTracker by BackerKit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย BackerKit และคุณลักษณะหลักของมันคือ "Show BackerTracker on Crowdfunding projects"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BackerTracker by BackerKit
ดาวน์โหลดไฟล์ส่วนขยาย 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}" } } } |